summaryrefslogtreecommitdiff
path: root/src/library.h
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-12-19 16:24:15 -0500
committerLLLL Colonq <llll@colonq>2025-12-19 16:24:15 -0500
commit219c94c7eb7448bfc86602579de3765216888297 (patch)
tree04d45285bec04fe0e4e025e90f50dc262384b390 /src/library.h
parent09435bffe025a96e0d9c3b44ee9c505973b383bd (diff)
Update
Diffstat (limited to 'src/library.h')
-rw-r--r--src/library.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/library.h b/src/library.h
deleted file mode 100644
index a472642..0000000
--- a/src/library.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef LIBRARY_H
-#define LIBRARY_H
-
-#include "runtime.h"
-
-void pit_install_library_essential(pit_runtime *rt);
-
-#endif