Skip to content

Commit c98eeee

Browse files
committed
dxt_common: Remove config includes
1 parent 7890003 commit c98eeee

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

dxt_compress/dxt_common.h

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,8 @@
2727
#ifndef DXT_COMMON_H
2828
#define DXT_COMMON_H
2929

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-
#endif
42-
43-
4430
#include <stdio.h>
4531
#include <stdlib.h>
46-
#include <assert.h>
4732
#include <sys/time.h>
4833

4934
/**

0 commit comments

Comments
 (0)