Skip to content

Commit

Permalink
Genie: Rename hash{ed -> }_long_name.{cc,hh}
Browse files Browse the repository at this point in the history
  • Loading branch information
jjuran committed Mar 3, 2023
1 parent 49dc8d3 commit f1d5a19
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lamp/Genie/Genie/FS/FSTree_FSSpec.cc
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
#include "Genie/FileSignature.hh"
#include "Genie/FS/FSSpec.hh"
#include "Genie/FS/FSTree_RsrcFile.hh"
#include "Genie/FS/HFS/hashed_long_name.hh"
#include "Genie/FS/HFS/hash_long_name.hh"
#include "Genie/FS/HFS/LongName.hh"
#include "Genie/FS/HFS/Rename.hh"
#include "Genie/FS/HFS/SetFileTimes.hh"
Expand Down
1 change: 0 additions & 1 deletion lamp/Genie/Genie/FS/HFS/Rename.cc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
#include "MacIO/GetCatInfo_Sync.hh"

// Genie
#include "Genie/FS/HFS/hashed_long_name.hh"
#include "Genie/FS/HFS/LongName.hh"
#include "Genie/FS/HFS/MoveRename.hh"
#include "Genie/Utilities/AsyncIO.hh"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*
hashed_long_name.cc
-------------------
hash_long_name.cc
-----------------
*/

#include "Genie/FS/HFS/hashed_long_name.hh"
#include "Genie/FS/HFS/hash_long_name.hh"

// more-libc
#include "more/string.h"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*
hashed_long_name.hh
-------------------
hash_long_name.hh
-----------------
*/

#ifndef GENIE_FS_HFS_HASHEDLONGNAME_HH
#define GENIE_FS_HFS_HASHEDLONGNAME_HH
#ifndef GENIE_FS_HFS_HASHLONGNAME_HH
#define GENIE_FS_HFS_HASHLONGNAME_HH

// more-libc
#include "more/size.h"
Expand Down

0 comments on commit f1d5a19

Please sign in to comment.