Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'services/dwarfframe.h')
-rw-r--r--services/dwarfframe.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/services/dwarfframe.h b/services/dwarfframe.h
index d90d0eec..c8d75fbe 100644
--- a/services/dwarfframe.h
+++ b/services/dwarfframe.h
@@ -21,13 +21,13 @@
#ifndef D_dwarfframe
#define D_dwarfframe
-#include "config.h"
+#include <config.h>
#if ENABLE_ELF
-#include "context.h"
-#include "dwarfcache.h"
-#include "stacktrace.h"
+#include <framework/context.h>
+#include <services/dwarfcache.h>
+#include <services/stacktrace.h>
/*
* Lookup stack tracing information in ELF file, in .debug_frame and .eh_frame sections.

Back to the top