Skip to content

Commit 8412589

Browse files
committed
Moved the optional uint64_t
1 parent d365274 commit 8412589

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/parser/file/dwarf/dwarf_parser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
#include <stdint.h>
2727

2828
#include "dwarf_lineInfo.h"
29+
#include "optional_uint64_t.h"
2930
#include "vector_uint8.h"
3031

3132
#include "v4/parser.h"
3233
#include "v5/parser.h"
33-
#include "v5/optional_uint64_t.h" // TODO: Move up!!!
3434

3535
#include "../lcs_section.h"
3636

File renamed without changes.

src/parser/file/dwarf/v5/parser.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
*/
2121

2222
#include "definitions.h"
23-
#include "optional_uint64_t.h"
2423
#include "optional_vector_fileAttribute.h"
2524
#include "parser.h"
2625

2726
#include "../dwarf_parser.h"
27+
#include "../optional_uint64_t.h"
2828
#include "../vector_pair_uint64.h"
2929

3030
/**

0 commit comments

Comments
 (0)