[JtReader] remove unused includes

- also sort some headers out to PreCompiled.h
This commit is contained in:
Uwe
2022-03-21 18:16:56 +01:00
parent 95eadf6c09
commit e20afbc154
6 changed files with 22 additions and 32 deletions

View File

@@ -36,6 +36,7 @@
// STL
#include <algorithm>
#include <bitset>
#include <iostream>
#include <list>
#include <map>
@@ -44,8 +45,11 @@
#include <sstream>
#include <stack>
#include <string>
#include <strstream>
#include <vector>
#include <bitset>
// sys
#include <sys/types.h>
#endif //_PreComp_