|
From: CVS C. to T. <the...@li...> - 2011-06-05 13:58:09
|
Revision: 659
http://themis.svn.sourceforge.net/themis/?rev=659&view=rev
Author: mark_hellegers
Date: 2011-06-05 13:58:03 +0000 (Sun, 05 Jun 2011)
Log Message:
-----------
Moved Strings include header to cpp file.
Modified Paths:
--------------
trunk/themis/framework/PrefsViews.cpp
trunk/themis/framework/PrefsViews.h
Modified: trunk/themis/framework/PrefsViews.cpp
===================================================================
--- trunk/themis/framework/PrefsViews.cpp 2011-06-05 13:52:42 UTC (rev 658)
+++ trunk/themis/framework/PrefsViews.cpp 2011-06-05 13:58:03 UTC (rev 659)
@@ -17,6 +17,7 @@
#include <storage/Directory.h>
#include <storage/Entry.h>
#include <storage/Path.h>
+#include <support/String.h>
#include <stdio.h>
Modified: trunk/themis/framework/PrefsViews.h
===================================================================
--- trunk/themis/framework/PrefsViews.h 2011-06-05 13:52:42 UTC (rev 658)
+++ trunk/themis/framework/PrefsViews.h 2011-06-05 13:58:03 UTC (rev 659)
@@ -9,7 +9,6 @@
// BeOS headers
#include <View.h>
-#include <String.h>
// Themis headers
#include "BasePrefsView.hpp"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|