aboutsummaryrefslogtreecommitdiff
path: root/src/common/dwarf_cu_to_module.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/dwarf_cu_to_module.cc')
-rw-r--r--src/common/dwarf_cu_to_module.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/common/dwarf_cu_to_module.cc b/src/common/dwarf_cu_to_module.cc
index 03206d22..4792d900 100644
--- a/src/common/dwarf_cu_to_module.cc
+++ b/src/common/dwarf_cu_to_module.cc
@@ -31,10 +31,12 @@
// Implement the DwarfCUToModule class; see dwarf_cu_to_module.h.
+#include "common/dwarf_cu_to_module.h"
+
+#include <assert.h>
+
#include <algorithm>
-#include <cassert>
-#include "common/dwarf_cu_to_module.h"
#include "common/dwarf_line_to_module.h"
namespace google_breakpad {