diff options
Diffstat (limited to 'src/storage.cpp')
-rw-r--r-- | src/storage.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/storage.cpp b/src/storage.cpp index d2a875b1..0ba23616 100644 --- a/src/storage.cpp +++ b/src/storage.cpp @@ -20,12 +20,9 @@ * $Id$ */ - -#include <stdexcept> - #include "storage.h" -#include "dalstorage.h" +#include "dalstorage.h" namespace tmwserv { |