diff options
author | Oskar <[email protected]> | 2024-08-15 21:22:06 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-08-15 21:22:06 +0200 |
commit | ccf67ccfcf7fa892559db8d1475c3217e9692ae2 (patch) | |
tree | c2291f2a5290e1f5ddbfd719db55b7aa8f254484 /exercise-template.cpp | |
parent | 38e3c732d86165a84cd872e96e10ca1e811f2bb1 (diff) |
removed some headers to maybe speed up compile time maybe it will work i dont know
Diffstat (limited to 'exercise-template.cpp')
-rw-r--r-- | exercise-template.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/exercise-template.cpp b/exercise-template.cpp index c6f4d6f..0048d2b 100644 --- a/exercise-template.cpp +++ b/exercise-template.cpp @@ -1,7 +1,5 @@ #include <iostream> #include <vector> -#include "sales_data.hpp" -#include "sales_item.hpp" /* * |