From b120616b6da52e951097f69ad267de06081d218a Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Tue, 4 Dec 2012 16:58:20 +0100 Subject: refactoring: split qbuffers.cpp|h into a q-registers (qregisters.cpp) and Buffer ring part (ring.cpp) --- interface-gtk.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'interface-gtk.cpp') 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 #include "sciteco.h" -#include "qbuffers.h" +#include "qregisters.h" +#include "ring.h" #include "interface.h" #include "interface-gtk.h" -- cgit v1.2.3