]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/lib/test.qh
#includes: cleanup
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / test.qh
index d1f5357a5ef39bb5c8bddde4a8a4671b64c07c4d..edc2f5bf37ff959f3b6fe6375d29923b5f9b086b 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef TEST_H
 #define TEST_H
 
-#include "../common/util.qh"
-
 #define TEST_Check(cond) do { if(!(cond)) TEST_Fail(#cond); } while(0)
 
 void TEST_OK();