diff options
author | Emanuele Aina <emanuele.aina@collabora.com> | 2013-03-27 15:42:27 +0100 |
---|---|---|
committer | Emanuele Aina <emanuele.aina@collabora.com> | 2013-03-27 17:38:36 +0100 |
commit | 4aa8651880d7ef554914e231a6de4651dd41acca (patch) | |
tree | a3bed51e1c547640f10a2cffe3076140861b7e6d /src/empathy-chat-window.c | |
parent | 22e67d00902d4ded9ceea8fbc0f9b168c47a3f2e (diff) |
Consistently use `#include "config.h"` everywhere
https://bugzilla.gnome.org/show_bug.cgi?id=696718
Diffstat (limited to 'src/empathy-chat-window.c')
-rw-r--r-- | src/empathy-chat-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c index 676c4ef2..0d20d6cc 100644 --- a/src/empathy-chat-window.c +++ b/src/empathy-chat-window.c @@ -25,7 +25,7 @@ * RĂ´mulo Fernandes Machado <romulo@castorgroup.net> */ -#include <config.h> +#include "config.h" #include <string.h> |