[gnote] Remove unnecessairy include from notetag.cpp



commit 29f98c3a4dd3ac6f1f087c86fa913713925fd640
Author: Aurimas Ä?ernius <aurisc4 gmail com>
Date:   Thu Apr 14 22:31:41 2011 +0300

    Remove unnecessairy include from notetag.cpp
    
    rc.h is not needed to compile and breaks compilation on GTK 3.

 src/notetag.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/notetag.cpp b/src/notetag.cpp
index 4d49366..a3572e5 100644
--- a/src/notetag.cpp
+++ b/src/notetag.cpp
@@ -1,6 +1,7 @@
 /*
  * gnote
  *
+ * Copyright (C) 2011 Aurimas Cernius
  * Copyright (C) 2009 Hubert Figuiere
  *
  * This program is free software: you can redistribute it and/or modify
@@ -23,7 +24,6 @@
 
 #include <gtk/gtk.h>
 #include <gtkmm/image.h>
-#include <gtkmm/rc.h>
 
 #include "sharp/xmlreader.hpp"
 #include "sharp/xmlwriter.hpp"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]