Removed unused header files
This commit is contained in:
parent
1193c504cd
commit
a19787f273
1
data.cpp
1
data.cpp
@ -1,4 +1,3 @@
|
|||||||
#include <iostream>
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <random>
|
#include <random>
|
||||||
#include "toolbox.hpp"
|
#include "toolbox.hpp"
|
||||||
|
2
data.hpp
2
data.hpp
@ -1,6 +1,4 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#include <iostream>
|
|
||||||
#include <functional>
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
#include <numeric>
|
#include <numeric>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <memory>
|
|
||||||
#include <array>
|
#include <array>
|
||||||
#include "toolbox.hpp"
|
#include "toolbox.hpp"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user