Skip to content

Commit

Permalink
Merge pull request H-uru#78 from diafero/rel-include
Browse files Browse the repository at this point in the history
These cleanups are always great.
  • Loading branch information
Hoikas committed Sep 1, 2011
2 parents 1b8f31c + adc3653 commit 34d27c5
Show file tree
Hide file tree
Showing 53 changed files with 111 additions and 6,936 deletions.
2 changes: 1 addition & 1 deletion Sources/Plasma/CoreLib/hsThread_Unix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ static void InitMutexTimerFile()
#include <time.h>
#include <stdio.h>
#include <unistd.h>
#include "../NucleusLib/inc/hsTimer.h"
#include "NucleusLib/inc/hsTimer.h"


static FILE * gEventLoggingFile = nil;
Expand Down
14 changes: 7 additions & 7 deletions Sources/Plasma/NucleusLib/inc/pnNucleusCreatables.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ REGISTER_NONCREATABLE( plPhysical );
#include "plgDispatch.h"
REGISTER_NONCREATABLE( plDispatchBase );

#include "../pnDispatch/pnDispatchCreatable.h"
#include "../pnKeyedObject/pnKeyedObjectCreatable.h"
#include "../pnMessage/pnMessageCreatable.h"
#include "../pnModifier/pnModifierCreatable.h"
#include "../pnNetCommon/pnNetCommonCreatable.h"
#include "../pnSceneObject/pnSceneObjectCreatable.h"
#include "../pnTimer/pnTimerCreatable.h"
#include "pnDispatch/pnDispatchCreatable.h"
#include "pnKeyedObject/pnKeyedObjectCreatable.h"
#include "pnMessage/pnMessageCreatable.h"
#include "pnModifier/pnModifierCreatable.h"
#include "pnNetCommon/pnNetCommonCreatable.h"
#include "pnSceneObject/pnSceneObjectCreatable.h"
#include "pnTimer/pnTimerCreatable.h"

#endif // pnNucleusCreatables_inc
10 changes: 5 additions & 5 deletions Sources/Plasma/NucleusLib/pnKeyedObject/plFixedKey.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "plUoid.h"
#include <string.h>

#include "plFixedKey.h"
#include "plCreatableIndex.h"
#include "pnKeyedObject/plKey.h"
#include "pnFactory/plCreator.h"

//// plKeySeed ///////////////////////////////////////////////////////////////
// Our seed struct. Defined here so it doesn't have to be in the .h file

Expand All @@ -55,11 +60,6 @@ struct plKeySeed
}
};

#include "plFixedKey.h"
#include "plCreatableIndex.h"
#include "../pnKeyedObject/plKey.h"
#include "../pnFactory/plCreator.h"

// Rules for SeedList:
// 1) Must be in the Same order as enum fixedKey
// 2) For now at least, all your fixed keys get put into the kGlobalFixedLoc room, reserved just for fixed keys
Expand Down
141 changes: 0 additions & 141 deletions Sources/Plasma/NucleusLib/pnMessage/plEnvEffectMsg.cpp

This file was deleted.

Loading

0 comments on commit 34d27c5

Please sign in to comment.