aboutsummaryrefslogtreecommitdiffhomepage
path: root/interface-gtk.cpp
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-12-04 16:58:20 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-12-04 17:09:31 +0100
commitb120616b6da52e951097f69ad267de06081d218a (patch)
tree0407f216dd5020ecd4096c93326272d358d26993 /interface-gtk.cpp
parent266cdca115c7e9b14f734da478d04a8ce0c2cb69 (diff)
downloadsciteco-b120616b6da52e951097f69ad267de06081d218a.tar.gz
refactoring: split qbuffers.cpp|h into a q-registers (qregisters.cpp) and Buffer ring part (ring.cpp)
Diffstat (limited to 'interface-gtk.cpp')
-rw-r--r--interface-gtk.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/interface-gtk.cpp b/interface-gtk.cpp
index a55a2c8..7515b2f 100644
--- a/interface-gtk.cpp
+++ b/interface-gtk.cpp
@@ -14,7 +14,8 @@
#include <ScintillaWidget.h>
#include "sciteco.h"
-#include "qbuffers.h"
+#include "qregisters.h"
+#include "ring.h"
#include "interface.h"
#include "interface-gtk.h"