changeset 1514:0dd012166152

[gaim-migrate @ 1524] fuck! committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 27 Feb 2001 01:09:33 +0000
parents 865e06ec5be0
children 206f995a33f3
files plugins/jabber/jabber.c plugins/msn/msn.c plugins/yay/yay.c
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/jabber/jabber.c	Mon Feb 26 23:09:57 2001 +0000
+++ b/plugins/jabber/jabber.c	Tue Feb 27 01:09:33 2001 +0000
@@ -22,7 +22,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-#include "../config.h"
+#include "config.h"
 #endif
 
 
--- a/plugins/msn/msn.c	Mon Feb 26 23:09:57 2001 +0000
+++ b/plugins/msn/msn.c	Tue Feb 27 01:09:33 2001 +0000
@@ -19,7 +19,7 @@
  *
  */
 
-#include "../config.h"
+#include "config.h"
 
 #include <netdb.h>
 #include <gtk/gtk.h>
--- a/plugins/yay/yay.c	Mon Feb 26 23:09:57 2001 +0000
+++ b/plugins/yay/yay.c	Tue Feb 27 01:09:33 2001 +0000
@@ -21,7 +21,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-#include "../config.h"
+#include "config.h"
 #endif