[solang] Removed spurious #include.



commit 0bf7189fc0f7f83837ab0a2081abfe2b18f2f7c4
Author: Debarshi Ray <rishi gnu org>
Date:   Tue Dec 22 15:08:49 2009 +0200

    Removed spurious #include.

 src/application/application.cpp    |    1 -
 src/renderer/editor-renderer.cpp   |    1 -
 src/renderer/enlarged-renderer.cpp |    1 -
 3 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/application/application.cpp b/src/application/application.cpp
index 2293215..13413e6 100644
--- a/src/application/application.cpp
+++ b/src/application/application.cpp
@@ -50,7 +50,6 @@
 #include "search-basket.h"
 #include "slideshow-renderer.h"
 #include "tag-manager.h"
-#include "thumbnail.h"
 #include "thumbnail-store.h"
 
 namespace Solang
diff --git a/src/renderer/editor-renderer.cpp b/src/renderer/editor-renderer.cpp
index 2ee5f66..14425fb 100644
--- a/src/renderer/editor-renderer.cpp
+++ b/src/renderer/editor-renderer.cpp
@@ -39,7 +39,6 @@
 #include "photo.h"
 #include "photo-search-criteria.h"
 #include "thumbbuf-maker.h"
-#include "thumbnail.h"
 #include "types.h"
 
 //WIDGETS
diff --git a/src/renderer/enlarged-renderer.cpp b/src/renderer/enlarged-renderer.cpp
index 011e855..371ea64 100644
--- a/src/renderer/enlarged-renderer.cpp
+++ b/src/renderer/enlarged-renderer.cpp
@@ -35,7 +35,6 @@
 #include "photo.h"
 #include "photo-search-criteria.h"
 #include "pixbuf-maker.h"
-#include "thumbnail.h"
 #include "types.h"
 
 namespace Solang



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