diff options
Diffstat (limited to 'error.h')
-rw-r--r-- | error.h | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -1,14 +1,6 @@ #ifndef _ERROR_H #define _ERROR_H -#include <exception> -#include <string> -#include <cstring> -#include <sstream> -#include <list> - -#include "debug.h" - namespace ledger { class error_context |