diff options
author | Berke Viktor <berkeviktor@aol.com> | 2011-12-01 23:04:07 +0100 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2011-12-01 23:04:07 +0100 |
commit | f99e0c73cbd4be095d677639a02d4b52c68f7238 (patch) | |
tree | 64d36c4418da6158f7042b4be4eb7704c750af7b /src | |
parent | e2f7e4f091465f8f6d9fbcbf320b470e0e32e6c1 (diff) |
return to original code, this is an unnecessary modificatino
Diffstat (limited to 'src')
-rw-r--r-- | src/common/plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/plugin.c b/src/common/plugin.c index b443b586..ccb64e93 100644 --- a/src/common/plugin.c +++ b/src/common/plugin.c @@ -42,7 +42,7 @@ #include "text.h" #define PLUGIN_C typedef struct session xchat_context; -#include "../../plugins/xchat-plugin.h" +#include "xchat-plugin.h" #include "plugin.h" |