aboutsummaryrefslogtreecommitdiff
path: root/src/magi.h
diff options
context:
space:
mode:
authorAleksey Veresov <aleksey@veresov.pro>2020-02-06 19:43:57 +0300
committerAleksey Veresov <aleksey@veresov.pro>2020-02-06 19:43:57 +0300
commit83cd2267b309fa7411acaed356f88101196bb2ad (patch)
tree8ab5f2ebdfbbc5020f13329858d6364d82beabd9 /src/magi.h
parent37cd01d27efc7988548dbfde307e41be7d4f41a9 (diff)
downloadmagi-83cd2267b309fa7411acaed356f88101196bb2ad.tar
magi-83cd2267b309fa7411acaed356f88101196bb2ad.tar.xz
magi-83cd2267b309fa7411acaed356f88101196bb2ad.zip
[magi] Broken to become better.
Diffstat (limited to 'src/magi.h')
-rw-r--r--src/magi.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/magi.h b/src/magi.h
deleted file mode 100644
index b7df63c..0000000
--- a/src/magi.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef MAGI_INCLUDED
-#define MAGI_INCLUDED
-/* Magi Header Collection
- * You can include this, if you don't want to think about headers.
- */
-#include "cgi.h"
-#include "cookie.h"
-#include "error.h"
-#include "fastcgi.h"
-#include "file.h"
-#include "param.h"
-#include "request.h"
-#include "response.h"
-#include "urlenc.h"
-
-#endif