aboutsummaryrefslogtreecommitdiff
path: root/backend/List.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'backend/List.hpp')
-rw-r--r--backend/List.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/backend/List.hpp b/backend/List.hpp
index df44f7a..d6c7738 100644
--- a/backend/List.hpp
+++ b/backend/List.hpp
@@ -1,7 +1,6 @@
#pragma once
-#include <cstdlib>
-#include <cstdio>
+#include <stdlib.h>
template <typename T>
struct ListLink {