diff options
author | Florian Jung <flo@thinkpad.(none)> | 2011-01-06 23:31:51 +0100 |
---|---|---|
committer | Florian Jung <flo@thinkpad.(none)> | 2011-01-06 23:31:51 +0100 |
commit | 892c323f7851c76bf678369987c5c7a361626ea2 (patch) | |
tree | 4393d75c4e9755defa41519488f335dcff9b2c59 /note_compiler/templates | |
parent | e78131ccbbcb81da94e5992f788c6ea291a2050d (diff) |
Added a rudimentary CLI to the note compiler + bugfix
Diffstat (limited to 'note_compiler/templates')
-rw-r--r-- | note_compiler/templates/head.1 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/note_compiler/templates/head.1 b/note_compiler/templates/head.1 index af3c227..6759f56 100644 --- a/note_compiler/templates/head.1 +++ b/note_compiler/templates/head.1 @@ -9,7 +9,6 @@ #include "fixed.h" #include "filter.h" #include "note_skel.h" -#include "util.h" using namespace std; |