Rearrange the file tree.
[u/mdw/catacomb] / mode.h.in
diff --git a/mode.h.in b/mode.h.in
deleted file mode 100644 (file)
index fc4fb95..0000000
--- a/mode.h.in
+++ /dev/null
@@ -1,31 +0,0 @@
-%## -*-c-*-
-%##
-%## Skeleton header file for modes of operation.
-%#
-/* -*-c-*- GENERATED from mode.h.in
- *
- * @base-@mode.h
- */
-
-#ifndef CATACOMB_@{base:u}_@{mode:u}_H
-#define CATACOMB_@{base:u}_@{mode:u}_H
-
-#ifdef __cplusplus
-  extern "C" {
-#endif
-
-#ifndef CATACOMB_@{mode:u}_H
-#  include "@mode.h"
-#endif
-
-#ifndef CATACOMB_@{base:u}_H
-#  include "@base.h"
-#endif
-
-@{mode:u}_DECL(@{base:u}, @base)
-
-#ifdef __cplusplus
-  }
-#endif
-
-#endif