Skip to content

Commit

Permalink
removed the constructor that takes an std::allocator and some include…
Browse files Browse the repository at this point in the history
…s that I have added randomly before
  • Loading branch information
abdoei committed Apr 20, 2024
1 parent 96272e7 commit 6110368
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions include/jlcxx/jlcxx.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
#include <sstream>
#include <typeinfo>
#include <vector>
#include <valarray>
#include <deque>

#include "julia_headers.hpp"
#include "array.hpp"
Expand Down
1 change: 0 additions & 1 deletion include/jlcxx/stl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include <vector>
#include <deque>
#include <queue>
#include <memory>

#include "module.hpp"
#include "smart_pointers.hpp"
Expand Down
1 change: 0 additions & 1 deletion src/stl.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include <string>
#include <thread>
#include <vector>
#include <deque>

#include "jlcxx/jlcxx.hpp"
#include "jlcxx/functions.hpp"
Expand Down

0 comments on commit 6110368

Please sign in to comment.