diff options
Diffstat (limited to 'common/archive.cpp')
| -rw-r--r-- | common/archive.cpp | 5 | 
1 files changed, 1 insertions, 4 deletions
diff --git a/common/archive.cpp b/common/archive.cpp index c65408b56e..0ef3893a8c 100644 --- a/common/archive.cpp +++ b/common/archive.cpp @@ -18,15 +18,12 @@   * along with this program; if not, write to the Free Software   * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.   * - * $URL$ - * $Id$ - *   */  #include "common/archive.h"  #include "common/fs.h" -#include "common/util.h"  #include "common/system.h" +#include "common/textconsole.h"  namespace Common {  | 
