diff options
Diffstat (limited to 'embed/ephy-history.c')
-rw-r--r-- | embed/ephy-history.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/embed/ephy-history.c b/embed/ephy-history.c index 1f269af70..f318a66a3 100644 --- a/embed/ephy-history.c +++ b/embed/ephy-history.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002 Marco Pesenti Gritti + * Copyright (C) 2002, 2003 Marco Pesenti Gritti * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -19,10 +19,9 @@ */ #ifdef HAVE_CONFIG_H -#include <config.h> +#include "config.h" #endif -#include "ephy-types.h" #include "ephy-history.h" #include "ephy-file-helpers.h" #include "ephy-debug.h" |