aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dir.c1
-rw-r--r--display.c1
-rw-r--r--fm.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/dir.c b/dir.c
index ec69737..d79d804 100644
--- a/dir.c
+++ b/dir.c
@@ -33,7 +33,6 @@
#define _GNU_SOURCE
#include "dir.h"
#include "log.h"
-#include "mem.h"
#include <dirent.h>
#include <stdio.h>
#include <string.h>
diff --git a/display.c b/display.c
index 880ea90..0b63d76 100644
--- a/display.c
+++ b/display.c
@@ -4,7 +4,6 @@
#include "err.h"
#include "log.h"
-#include "mem.h"
#include "version.h"
#include "wm.h"
diff --git a/fm.c b/fm.c
index afd390b..f267af4 100644
--- a/fm.c
+++ b/fm.c
@@ -3,7 +3,6 @@
#include "display.h"
#include "err.h"
#include "log.h"
-#include "mem.h"
#include "wm.h"
#include <curses.h>
#include <dirent.h>