From 408b819c6e087593ba61e82b91dda2369ef32f62 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 5 Feb 2009 21:18:37 -0400 Subject: Greatly simplified the way option and command handlers are defined. --- src/emacs.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/emacs.h') 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 { -- cgit v1.2.3