summary refs log tree commit diff
path: root/gfx/gfxx.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-07-30 15:14:49 -0400
committerJune McEnroe <june@causal.agency>2018-07-30 15:14:49 -0400
commit7538237e9cc26f788ba0fd65c97019ef250b5004 (patch)
tree363688af89b8c4df7040dcfd116f34f4a0771cee /gfx/gfxx.c
parentAdd Neckbeard Deathcamp (diff)
downloadsrc-7538237e9cc26f788ba0fd65c97019ef250b5004.tar.gz
src-7538237e9cc26f788ba0fd65c97019ef250b5004.zip
Move graphical programs out of bin
I wonder when the last time was something needed -ledit...
Diffstat (limited to '')
-rw-r--r--gfx/gfxx.c (renamed from bin/gfxx.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gfxx.c b/gfx/gfxx.c
index 4f67318c..576e895d 100644
--- a/bin/gfxx.c
+++ b/gfx/gfxx.c
@@ -29,7 +29,7 @@
 #include <unistd.h>
 #include <zlib.h>
 
-#include "gfx/gfx.h"
+#include "gfx.h"
 
 #define MAX(a, b) ((a) > (b) ? (a) : (b))
 #define MASK(b) ((1 << (b)) - 1)