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
commit41ca10496fd7b295acd23f8462c388dd03999344 (patch)
tree0740757391b2000469f9c3d3f45543aa92061f0b /gfx/gfxx.c
parentAdd Neckbeard Deathcamp (diff)
downloadsrc-41ca10496fd7b295acd23f8462c388dd03999344.tar.gz
src-41ca10496fd7b295acd23f8462c388dd03999344.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 9e3c940e..4cb08a28 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)