diff options
author | Matthias Braun <matze@braunis.de> | 2017-02-17 07:14:48 +0100 |
---|---|---|
committer | Matthias Braun <matze@braunis.de> | 2017-02-17 08:07:41 +0100 |
commit | 06cb80c5b7f318fb1fc0caef3adcf84b9802df6c (patch) | |
tree | 72c596abcda06468ebe41d0038f520e10f19acc3 /ir/be/bejit.c | |
parent | d29ca3a0ba661b9826e126b407c1c9d6f5a81aa9 (diff) |
Reorganize include directives
Diffstat (limited to 'ir/be/bejit.c')
-rw-r--r-- | ir/be/bejit.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ir/be/bejit.c b/ir/be/bejit.c index 32bcd88..412db9d 100644 --- a/ir/be/bejit.c +++ b/ir/be/bejit.c @@ -11,9 +11,6 @@ */ #include "bejit.h" -#include <assert.h> -#include <limits.h> - #include "array.h" #include "beemitter.h" #include "begnuas.h" @@ -22,6 +19,8 @@ #include "entity_t.h" #include "obst.h" #include "panic.h" +#include <assert.h> +#include <limits.h> typedef enum reloc_dest_kind_t { RELOC_DEST_CODE_FRAGMENT, |