diff options
author | Tavian Barnes <tavianator@gmail.com> | 2010-05-06 11:22:29 -0600 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2010-05-06 11:22:29 -0600 |
commit | 9c35f4d740762bdc302853df590d9f513368ae17 (patch) | |
tree | 8d4a707d839e366dbaded59b12739751a8f9066c /tests/libdimension/tests.h | |
parent | 6c2943e735c99579b5b861f67f2d98e5ddd6306f (diff) | |
download | dimension-9c35f4d740762bdc302853df590d9f513368ae17.tar.xz |
Get rid of "../" in #includes.
Diffstat (limited to 'tests/libdimension/tests.h')
-rw-r--r-- | tests/libdimension/tests.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libdimension/tests.h b/tests/libdimension/tests.h index 36e9daf..525eaca 100644 --- a/tests/libdimension/tests.h +++ b/tests/libdimension/tests.h @@ -20,7 +20,7 @@ #ifndef TESTS_H #define TESTS_H -#include "../libdimension/dimension.h" +#include "dimension.h" #include <GL/glx.h> #include <GL/gl.h> #include <unistd.h> |