aboutsummaryrefslogtreecommitdiffhomepage
path: root/search.h
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 /search.h
parent266cdca115c7e9b14f734da478d04a8ce0c2cb69 (diff)
refactoring: split qbuffers.cpp|h into a q-registers (qregisters.cpp) and Buffer ring part (ring.cpp)
Diffstat (limited to 'search.h')
-rw-r--r--search.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/search.h b/search.h
index 12b95db..2bddedd 100644
--- a/search.h
+++ b/search.h
@@ -5,7 +5,7 @@
#include "sciteco.h"
#include "parser.h"
-#include "qbuffers.h"
+#include "ring.h"
/*
* "S" command state and base class for all other search/replace commands