aboutsummaryrefslogtreecommitdiff
path: root/src/common/dwarf/cfi_assembler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/dwarf/cfi_assembler.cc')
-rw-r--r--src/common/dwarf/cfi_assembler.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/dwarf/cfi_assembler.cc b/src/common/dwarf/cfi_assembler.cc
index 50e92e5a..a6a5aca6 100644
--- a/src/common/dwarf/cfi_assembler.cc
+++ b/src/common/dwarf/cfi_assembler.cc
@@ -32,11 +32,11 @@
// cfi_assembler.cc: Implementation of google_breakpad::CFISection class.
// See cfi_assembler.h for details.
-#include <cassert>
-#include <stdlib.h>
-
#include "common/dwarf/cfi_assembler.h"
+#include <assert.h>
+#include <stdlib.h>
+
namespace google_breakpad {
using dwarf2reader::DwarfPointerEncoding;