summaryrefslogtreecommitdiff
path: root/src/library.h
diff options
context:
space:
mode:
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