Skip to content

Commit

Permalink
#5231: Remove unnecessary eclass manager dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed May 17, 2020
1 parent 32b4af6 commit 1181876
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions radiant/eclassmgr/EClassManager.cpp
Expand Up @@ -3,8 +3,6 @@
#include "iarchive.h"
#include "i18n.h"
#include "iregistry.h"
#include "irender.h"
#include "ieventmanager.h"
#include "icommandsystem.h"
#include "iradiant.h"
#include "ifilesystem.h"
Expand Down Expand Up @@ -283,8 +281,6 @@ const StringSet& EClassManager::getDependencies() const
{
_dependencies.insert(MODULE_VIRTUALFILESYSTEM);
_dependencies.insert(MODULE_XMLREGISTRY);
_dependencies.insert(MODULE_RENDERSYSTEM);
_dependencies.insert(MODULE_EVENTMANAGER);
_dependencies.insert(MODULE_COMMANDSYSTEM);
}

Expand Down

0 comments on commit 1181876

Please sign in to comment.