Refactorization: Include cleanup and added one more header to test/precompiled.h

Merged from LCppC
This commit is contained in:
PKEuS 2021-02-18 16:16:40 +01:00 committed by Daniel Marjamäki
parent 6a811eec1c
commit 4678a9cb45
2 changed files with 1 additions and 4 deletions

View File

@ -21,3 +21,4 @@
#include "settings.h"
#include "tokenize.h"
#include "library.h"
#include "check.h"

View File

@ -24,11 +24,7 @@
#include <fstream>
#include <map>
#include <string>
#include <utility>
#ifndef _WIN32
#include <vector>
#endif
class TestFileLister: public TestFixture {
public: