diff options
author | Olivier Gayot <duskcoder@gmail.com> | 2015-01-08 19:45:03 +0100 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2015-01-08 19:45:03 +0100 |
commit | bfdf279cac51fe8945e59cd566cba2cb2efcffce (patch) | |
tree | c2310a297cb9d48814009142ea92cc31bd787fee /priv_entries.h | |
parent | fc3baf853b4429cf012f6d77b43d74872dc5ca11 (diff) |
move some functions and headers so that the compilation is quicker
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
Diffstat (limited to 'priv_entries.h')
-rw-r--r-- | priv_entries.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/priv_entries.h b/priv_entries.h index a0fe66e..62fe5f2 100644 --- a/priv_entries.h +++ b/priv_entries.h @@ -1,7 +1,7 @@ #ifndef PRIV_ENTRIES_H #define PRIV_ENTRIES_H -#include "prototypes.h" +#include "actions.h" #include "entry.h" /* TODO general make difference between action / action + and action x */ |