aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/obj.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/obj.c')
-rw-r--r--src/obj.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/obj.c b/src/obj.c
index 12f0db7..fc0a711 100644
--- a/src/obj.c
+++ b/src/obj.c
@@ -1,5 +1,5 @@
#include "obj.h"
-#include "../ir/ir.h"
+#include "ir.h"
#include <errno.h>
#include <fcntl.h>
#include <unistd.h>