diff options
Diffstat (limited to 'src/common/lockdep.cc')
-rw-r--r-- | src/common/lockdep.cc | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/src/common/lockdep.cc b/src/common/lockdep.cc index 44303709a9e..91d3963894e 100644 --- a/src/common/lockdep.cc +++ b/src/common/lockdep.cc @@ -11,14 +11,17 @@ * Foundation. See file COPYING. * */ -#include "BackTrace.h" -#include "Clock.h" +#include "include/types.h" + +#include <ext/hash_map> + +#include "common/BackTrace.h" +#include "common/Clock.h" #include "common/debug.h" #include "common/environment.h" -#include "include/types.h" + #include "lockdep.h" -#include <ext/hash_map> #if defined(__FreeBSD__) && defined(__LP64__) // On FreeBSD pthread_t is a pointer. namespace __gnu_cxx { |