diff options
Diffstat (limited to 'src/emacs.h')
-rw-r--r-- | src/emacs.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/emacs.h b/src/emacs.h index fdb554ed..65aac7f6 100644 --- a/src/emacs.h +++ b/src/emacs.h @@ -46,8 +46,7 @@ #ifndef _EMACS_H #define _EMACS_H -#include "handler.h" -#include "format.h" +#include "output.h" namespace ledger { |