From 0349598928193b0865afd4868bf70e1fa17ef619 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 18 Oct 2005 17:52:45 +0000 Subject: stupid gcc. stupid nickm. svn:r5277 --- src/common/container.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/common/container.h') diff --git a/src/common/container.h b/src/common/container.h index 99f6aa4bb5..9239c47cd3 100644 --- a/src/common/container.h +++ b/src/common/container.h @@ -7,8 +7,8 @@ #define __CONTAINER_H #define CONTAINER_H_ID "$Id$" -#import "compat.h" -#import "util.h" +#include "compat.h" +#include "util.h" /** A resizeable list of pointers, with associated helpful functionality. */ typedef struct smartlist_t { -- cgit v1.2.3-54-g00ecf