Skip to content

Commit

Permalink
Fun stdafx stuff!
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteinholz committed Nov 6, 2015
1 parent 3b93a0d commit 20f5764
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
6 changes: 0 additions & 6 deletions src/LoveShaderConverter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@

#include "stdafx.h"

#include <boost/algorithm/string/replace.hpp>

#include <iostream>
#include <sstream>
#include <fstream>

using namespace std;

// TODO : Add multi input channel support
Expand Down
7 changes: 5 additions & 2 deletions src/stdafx.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@

#if _WIN32
#include "targetver.h"
#endif

#include <stdio.h>
#include <tchar.h>
#endif

#include <boost/algorithm/string/replace.hpp>

#include <iostream>
#include <sstream>
#include <fstream>

// TODO: reference additional headers your program requires here

0 comments on commit 20f5764

Please sign in to comment.