Refactorization: Include cleanup and added one more header to test/precompiled.h
Merged from LCppC
This commit is contained in:
parent
6a811eec1c
commit
4678a9cb45
|
@ -21,3 +21,4 @@
|
|||
#include "settings.h"
|
||||
#include "tokenize.h"
|
||||
#include "library.h"
|
||||
#include "check.h"
|
||||
|
|
|
@ -24,11 +24,7 @@
|
|||
#include <fstream>
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <utility>
|
||||
|
||||
#ifndef _WIN32
|
||||
#include <vector>
|
||||
#endif
|
||||
|
||||
class TestFileLister: public TestFixture {
|
||||
public:
|
||||
|
|
Loading…
Reference in New Issue