Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'services/symbols.c')
-rw-r--r--services/symbols.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/services/symbols.c b/services/symbols.c
index ad6820db..8d15994a 100644
--- a/services/symbols.c
+++ b/services/symbols.c
@@ -13,17 +13,17 @@
*******************************************************************************/
-#include "config.h"
+#include <config.h>
#if SERVICE_Symbols
-#include "channel.h"
-#include "json.h"
-#include "myalloc.h"
-#include "exceptions.h"
-#include "stacktrace.h"
-#include "symbols.h"
-#include "cache.h"
+#include <framework/channel.h>
+#include <framework/json.h>
+#include <framework/myalloc.h>
+#include <framework/exceptions.h>
+#include <framework/cache.h>
+#include <services/stacktrace.h>
+#include <services/symbols.h>
static const char * SYMBOLS = "Symbols";

Back to the top