aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cmdline.h
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2013-01-23 19:02:15 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2013-01-23 19:02:15 +0100
commit2584da63706f564f3a9d221be685b4b47b5e30b2 (patch)
treef9a80305a8ff301306c88ce9547353789c2885f5 /src/cmdline.h
parent4c37f988b68b35d2510de25a185e091e692d00d5 (diff)
downloadsciteco-2584da63706f564f3a9d221be685b4b47b5e30b2.tar.gz
moved StateExpectQReg from parser.h to qregisters.h
* parser.cpp|h should be reserved for generic and misc. stuff. the StateExpectQReg class is used almost exclusively by qregisters.cpp|h * resolves a circular header dependency issue
Diffstat (limited to 'src/cmdline.h')
-rw-r--r--src/cmdline.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmdline.h b/src/cmdline.h
index fab7850..034ab7f 100644
--- a/src/cmdline.h
+++ b/src/cmdline.h
@@ -22,6 +22,7 @@
#include "sciteco.h"
#include "parser.h"
+#include "qregisters.h"
extern gchar *cmdline;
extern bool quit_requested;