mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 06:40:15 +00:00
dxt_common: Remove config includes
This commit is contained in:
@@ -27,23 +27,8 @@
|
||||
#ifndef DXT_COMMON_H
|
||||
#define DXT_COMMON_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include "config_unix.h"
|
||||
#include "config_win32.h"
|
||||
#else
|
||||
#define DXT_COMPRESS_STANDALONE
|
||||
#endif
|
||||
|
||||
#ifdef DXT_COMPRESS_STANDALONE
|
||||
#include <GL/glew.h>
|
||||
#include <GL/glut.h>
|
||||
#endif
|
||||
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <assert.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user