diff options
Diffstat (limited to 'cache.h')
-rw-r--r-- | cache.h | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -1,14 +1,11 @@ #ifndef VGSTOOLS_CACHE_H #define VGSTOOLS_CACHE_H +#include "stdext.h" + #include <cassert> -#include <algorithm> -#include <ctime> -#include <functional> #include <list> #include <map> -#include <utility> -#include "stdext.h" /* Interface for TValue: * size_t weight() |