diff options
author | Emanuele Giaquinta <exg@irssi.org> | 2006-10-27 18:11:19 +0000 |
---|---|---|
committer | exg <exg@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2006-10-27 18:11:19 +0000 |
commit | d33fc2db8a6ad6d0a372ca3b961240b9835eeacb (patch) | |
tree | e6437132fbdccfe7831c13893ced4fef0f624d98 /src | |
parent | 710fb0c2799b1fd0726b51ce626d680c1b0add30 (diff) | |
download | irssi-d33fc2db8a6ad6d0a372ca3b961240b9835eeacb.zip |
Include common.h rather than time.h directly to honour config.h.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4393 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src')
-rw-r--r-- | src/core/core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core.h b/src/core/core.h index 242b8df4..ceff244b 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -1,7 +1,7 @@ #ifndef __IRSSI_CORE_H #define __IRSSI_CORE_H -#include <time.h> +#include "common.h" /* for determining what GUI is currently in use: */ #define IRSSI_GUI_NONE 0 |