We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7890003 commit c98eeeeCopy full SHA for c98eeee
1 file changed
dxt_compress/dxt_common.h
@@ -27,23 +27,8 @@
27
#ifndef DXT_COMMON_H
28
#define DXT_COMMON_H
29
30
-#ifdef HAVE_CONFIG_H
31
-#include "config.h"
32
-#include "config_unix.h"
33
-#include "config_win32.h"
34
-#else
35
-#define DXT_COMPRESS_STANDALONE
36
-#endif
37
-
38
-#ifdef DXT_COMPRESS_STANDALONE
39
-#include <GL/glew.h>
40
-#include <GL/glut.h>
41
42
43
44
#include <stdio.h>
45
#include <stdlib.h>
46
-#include <assert.h>
47
#include <sys/time.h>
48
49
/**
0 commit comments