Completed commit ea2b165cbd

Commit ea2b165cbd was incomplete.
Fixed some #include statements. All compile errors should be gone now.

Signed-off-by: Tobias Doerffel <tobias.doerffel@gmail.com>
This commit is contained in:
Tobias Doerffel
2009-06-04 23:41:09 +02:00
parent ea2b165cbd
commit eb77b99220
3 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
/*
* resource_tree_view.h - view for ResourceTreeModel
* ResourceTreeView.h - view for ResourceTreeModel
*
* Copyright (c) 2008 Tobias Doerffel <tobydox/at/users.sourceforge.net>
*

View File

@@ -48,10 +48,10 @@
#include "song.h"
#include "midi_control_listener.h"
#include "resource_db.h"
#include "local_resource_provider.h"
#include "web_resource_provider.h"
#include "unified_resource_provider.h"
#include "ResourceDB.h"
#include "LocalResourceProvider.h"
#include "WebResourceProvider.h"
#include "UnifiedResourceProvider.h"
bool engine::s_hasGUI = true;

View File

@@ -74,7 +74,7 @@
#include "text_float.h"
#include "cpuload_widget.h"
#include "visualization_widget.h"
#include "resource_browser.h"
#include "ResourceBrowser.h"
#include "gui/tracks/track_container_scene.h"