Remove unnecessary includes

This commit is contained in:
Cory Balaton 2023-10-04 12:58:44 +02:00
parent 21b94acbd8
commit b1b7c1fdd0
No known key found for this signature in database
GPG Key ID: 3E5FCEBFD80F432B

View File

@ -10,9 +10,7 @@
* @bug No known bugs * @bug No known bugs
* */ * */
#include <filesystem>
#include <fstream> #include <fstream>
#include <string>
#include <omp.h> #include <omp.h>
#include <sys/stat.h> #include <sys/stat.h>