Skip to content

Commit

Permalink
Init: Fixed conditional includes
Browse files Browse the repository at this point in the history
  • Loading branch information
cabrust committed Jun 23, 2015
1 parent a5cd1a1 commit d44fa8b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/util/Init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
*
* For licensing information, see the LICENSE file included with this project.
*/
#ifdef BUILD_OPENCL
#include <string>
#include <iostream>
#include <fstream>
#include <sstream>
#endif

#include "Init.h"
#include "CLHelper.h"
Expand Down

0 comments on commit d44fa8b

Please sign in to comment.