Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'services/linenumbers.h')
-rw-r--r--services/linenumbers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/services/linenumbers.h b/services/linenumbers.h
index 99aef532..8e07a978 100644
--- a/services/linenumbers.h
+++ b/services/linenumbers.h
@@ -21,8 +21,8 @@
#ifndef D_linenumbers
#define D_linenumbers
-#include "protocol.h"
-#include "context.h"
+#include <framework/protocol.h>
+#include <framework/context.h>
typedef struct CodeArea {
char * directory;

Back to the top