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/csv.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/csv.h') diff --git a/src/csv.h b/src/csv.h index d1bf54bb..cc565400 100644 --- a/src/csv.h +++ b/src/csv.h @@ -46,8 +46,7 @@ #ifndef _CSV_H #define _CSV_H -#include "handler.h" -#include "format.h" +#include "output.h" namespace ledger { -- cgit v1.2.3