diff options
-rw-r--r-- | src/common/container.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 { |