summaryrefslogtreecommitdiff
path: root/src/include/recursivedescent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/recursivedescent.h')
-rw-r--r--src/include/recursivedescent.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/recursivedescent.h b/src/include/recursivedescent.h
index ea8fe33..96c3a7e 100644
--- a/src/include/recursivedescent.h
+++ b/src/include/recursivedescent.h
@@ -6,12 +6,12 @@
* ----------------------------------------------------------------- **/
#ifndef expectcommand_h_inluded
#define expectcommand_h_inluded
-#include <stack>
-#include <string>
-
#include "imapparser.h"
#include "operators.h"
+#include <stack>
+#include <string>
+
namespace Binc {
extern std::stack<int> inputBuffer;
@@ -39,7 +39,7 @@ namespace Binc {
Operator::ParseResult expectAtom(std::string &s_in);
Operator::ParseResult expectAtomChar(int &i_in);
Operator::ParseResult expectString(std::string &s_in);
-
+
Operator::ParseResult expectDate(std::string &s_in);
Operator::ParseResult expectNumber(unsigned int &i_in);