Skip to content

Commit 65bd7e7

Browse files
Andres CabreraAndres Cabrera
authored andcommitted
Removed unnecessary includes that broke build if APR not available.
1 parent baad8b3 commit 65bd7e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

allocore/allocore/io/al_App.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
#include "allocore/graphics/al_Stereographic.hpp"
5454
#include "allocore/io/al_Window.hpp"
5555
#include "allocore/io/al_ControlNav.hpp"
56-
#include "allocore/protocol/al_OSC.hpp"
56+
//#include "allocore/protocol/al_OSC.hpp"
5757
#include "allocore/system/al_MainLoop.hpp"
5858

5959
namespace al{

allocore/allocore/system/al_MainLoop.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
*/
4444

4545
#include "allocore/system/al_Config.h"
46-
#include "allocore/system/al_Time.h"
46+
//#include "allocore/system/al_Time.h"
4747
#include "allocore/types/al_MsgQueue.hpp"
4848
#include <vector>
4949

0 commit comments

Comments
 (0)