Skip to content

Commit 29285cb

Browse files
committed
win32_gl_common: Remove config includes
1 parent 8bfdf23 commit 29285cb

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

src/win32_gl_common.c

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,13 @@
3939
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4040
*/
4141

42-
#ifdef HAVE_CONFIG_H
43-
#include "config.h"
44-
#include "config_unix.h"
45-
#include "config_win32.h"
46-
#endif
47-
4842
#include <assert.h>
4943
#include <stdbool.h>
5044
#include <GL/glew.h>
5145
#include <GL/wglew.h>
5246
#include <wingdi.h>
5347
#include <winuser.h>
48+
#include <pthread.h>
5449

5550
#include "debug.h"
5651
#include "utils/windows.h"

0 commit comments

Comments
 (0)