Skip to content

Commit

Permalink
Rename string.h -> String.h
Browse files Browse the repository at this point in the history
  • Loading branch information
encounter committed Dec 15, 2024
1 parent fec86cb commit f954d8a
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion include/Animator.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include "GfxObject.h"
#include "Parameters.h"
#include "Ayu.h"
#include "string.h"
#include "String.h"

struct AnimMgr;
struct BaseShape;
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion include/gameflow.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include "MemoryCard.h"
#include "LoadIdler.h"
#include "Parameters.h"
#include "string.h"
#include "String.h"
#include "WorldClock.h"
#include "Ayu.h"

Expand Down
2 changes: 1 addition & 1 deletion src/plugPikiColin/animMgr.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "Animator.h"
#include "Ayu.h"
#include "Parameters.h"
#include "string.h"
#include "String.h"
#include "stl/string.h"
#include "Shape.h"
#include "system.h"
Expand Down
2 changes: 1 addition & 1 deletion src/sysCommon/shapeBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include "Texture.h"
#include "Vector.h"
#include "CmdStream.h"
#include "string.h"
#include "String.h"
#include "sysNew.h"
#include "system.h"
#include "PVW.h"
Expand Down
2 changes: 1 addition & 1 deletion src/sysCommon/stream.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "types.h"
#include "Stream.h"
#include "string.h"
#include "String.h"

/*
* --INFO--
Expand Down

0 comments on commit f954d8a

Please sign in to comment.