From 6cc32bafd9b740b3cec5f8384e68a46cdd1a4296 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Gallou=C3=ABt?= Date: Thu, 12 Jan 2017 13:26:23 +0000 Subject: [PATCH] Code cleanup --- Makefile.am | 1 - src/main.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 64cedc7..4511207 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,7 +17,6 @@ glorytun_SOURCES = \ src/db.c \ src/db.h -glorytun_CFLAGS += -I$(srcdir)/mud glorytun_SOURCES += \ mud/mud.h \ mud/mud.c diff --git a/src/main.c b/src/main.c index ff7a207..d358cfe 100644 --- a/src/main.c +++ b/src/main.c @@ -18,7 +18,7 @@ #include #include -#include "mud.h" +#include "../mud/mud.h" #ifndef O_CLOEXEC #define O_CLOEXEC 0