diff options
Diffstat (limited to 'src/sound/Audit.h')
-rw-r--r-- | src/sound/Audit.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/sound/Audit.h b/src/sound/Audit.h index 4e0a20e..388829a 100644 --- a/src/sound/Audit.h +++ b/src/sound/Audit.h @@ -24,13 +24,8 @@ #include <string> #include <iostream> - -#if (__GNUC__ < 3) -#include <strstream> -#define stringstream strstream -#else #include <sstream> -#endif + // A staggeringly simple-minded audit trail implementation. |