summaryrefslogtreecommitdiff
path: root/src/gui/gui-buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gui-buffer.c')
-rw-r--r--src/gui/gui-buffer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/gui-buffer.c b/src/gui/gui-buffer.c
index 085cae0ee..50fb7fb96 100644
--- a/src/gui/gui-buffer.c
+++ b/src/gui/gui-buffer.c
@@ -16,7 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-/* gui-window.c: window functions, used by all GUI */
+/* gui-buffer.c: buffer functions, used by all GUI */
#ifdef HAVE_CONFIG_H
@@ -41,7 +41,7 @@
#include "../common/log.h"
#include "../common/utf8.h"
#include "../common/util.h"
-#include "../irc/irc.h"
+#include "../protocols/irc/irc.h"
#ifdef PLUGINS
#include "../plugins/plugins.h"