From 3f8aeac476dac83dc8eba95d0e06f7315621aea1 Mon Sep 17 00:00:00 2001 From: eidheim Date: Wed, 30 Dec 2015 21:55:46 +0100 Subject: [PATCH] Yet another minor compile fix --- src/notebook.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/notebook.cc b/src/notebook.cc index 744459b..2ba702b 100644 --- a/src/notebook.cc +++ b/src/notebook.cc @@ -6,7 +6,6 @@ #include #include "cmake.h" #include "filesystem.h" -#include "debug.h" #if GTKSOURCEVIEWMM_MAJOR_VERSION > 2 & GTKSOURCEVIEWMM_MINOR_VERSION > 17 #include "gtksourceview-3.0/gtksourceview/gtksourcemap.h"