diff options
author | epoch <epoch@hacking.allowed.org> | 2017-12-24 03:41:03 -0600 |
---|---|---|
committer | epoch <epoch@hacking.allowed.org> | 2017-12-24 03:41:03 -0600 |
commit | c4c642c7f3fd84f2cce78b84561bfb42030d2230 (patch) | |
tree | 9b98281e6d6607ba27bd142128eeffa640b20c37 /src | |
parent | 1182574f3de57375a8dedb01bcb32a14fb43a6fc (diff) | |
download | hackvr-c4c642c7f3fd84f2cce78b84561bfb42030d2230.tar.gz hackvr-c4c642c7f3fd84f2cce78b84561bfb42030d2230.zip |
removed an X11 header from common.h... no clue why I had that.
Diffstat (limited to 'src')
-rw-r--r-- | src/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h index dc6ad08..c99194d 100644 --- a/src/common.h +++ b/src/common.h @@ -2,7 +2,6 @@ #include "math.h" #ifndef _HACKVR_COMMON_H_ -#include <X11/Xlib.h> #define _HACKVR_COMMON_H_ #define TOP 240.0 |