aboutsummaryrefslogtreecommitdiff
path: root/backend/List.hpp
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-12 17:23:56 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-12 17:23:56 +0200
commitc101364d4aafe50807cf7c8a831fb66eade3fb7f (patch)
tree9f5fcc994997ae3d5068f6c0f5d9a8cd4c8d749a /backend/List.hpp
parent957053e7bf25ae9cfda0243d3cbcad1e9abac60a (diff)
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 {