Skip to content

Commit 875e3a0

Browse files
committed
Removed unused includes.
sys/select.h introduced in a recent PR isn't available on Windows, failing the build while not being used at all.
1 parent e2d265f commit 875e3a0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/libprojectM/Renderer/Renderer.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,10 @@
99
#include <algorithm>
1010
#include <cstdio>
1111
#include <cstring>
12-
#include <sys/select.h>
13-
#include <sys/stat.h>
1412
#include <cassert>
15-
#include "omptl/omptl"
1613
#include "omptl/omptl_algorithm"
1714
#include <glm/gtc/matrix_transform.hpp>
1815
#include <glm/gtc/type_ptr.hpp>
19-
#include <iostream>
2016
#include <chrono>
2117
#include <ctime>
2218
#include "stb_image_write.h"

0 commit comments

Comments
 (0)