Skip to content

Commit

Permalink
Fix headers
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <uilianries@gmail.com>
  • Loading branch information
uilianries committed Jul 6, 2024
1 parent d24374c commit a1a9b96
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion src/modules/commerce/Commerce.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <string>
#include <string_view>

#include "../../common/FormatHelper.h"
#include "common/FormatHelper.h"
#include "CommerceData.h"
#include "faker-cxx/Helper.h"
#include "faker-cxx/String.h"
Expand Down
2 changes: 1 addition & 1 deletion src/modules/company/Company.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <string>
#include <string_view>

#include "../../common/FormatHelper.h"
#include "common/FormatHelper.h"
#include "CompanyData.h"
#include "faker-cxx/Helper.h"
#include "faker-cxx/Number.h"
Expand Down
2 changes: 1 addition & 1 deletion src/modules/date/Date.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include <string>
#include <string_view>

#include "../../common/FormatHelper.h"
#include "common/FormatHelper.h"
#include "DateData.h"
#include "faker-cxx/Helper.h"
#include "faker-cxx/Number.h"
Expand Down
4 changes: 2 additions & 2 deletions src/modules/finance/Finance.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#include <string_view>
#include <vector>

#include "../../common/AlgoHelper.h"
#include "../../common/FormatHelper.h"
#include "common/AlgoHelper.h"
#include "common/FormatHelper.h"
#include "faker-cxx/Date.h"
#include "faker-cxx/Helper.h"
#include "faker-cxx/Number.h"
Expand Down
4 changes: 2 additions & 2 deletions src/modules/git/Git.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#include <optional>
#include <string>

#include "../../common/FormatHelper.h"
#include "../../common/StringHelper.h"
#include "common/FormatHelper.h"
#include "common/StringHelper.h"
#include "../date/DateData.h"
#include "faker-cxx/Date.h"
#include "faker-cxx/Internet.h"
Expand Down
2 changes: 1 addition & 1 deletion src/modules/hacker/Hacker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <string>
#include <string_view>

#include "../../common/StringHelper.h"
#include "common/StringHelper.h"
#include "faker-cxx/Helper.h"
#include "HackerData.h"

Expand Down
6 changes: 3 additions & 3 deletions src/modules/helper/Helper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#include <regex>
#include <string>

#include "../../common/LuhnCheck.h"
#include "../../common/StringHelper.h"
#include "../../common/AlgoHelper.h"
#include "common/LuhnCheck.h"
#include "common/StringHelper.h"
#include "common/AlgoHelper.h"
#include "faker-cxx/Number.h"

namespace faker::helper
Expand Down
2 changes: 1 addition & 1 deletion src/modules/image/Image.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include <string_view>
#include <unordered_map>

#include "../../common/FormatHelper.h"
#include "common/FormatHelper.h"
#include "faker-cxx/Helper.h"
#include "faker-cxx/Number.h"

Expand Down
4 changes: 2 additions & 2 deletions src/modules/location/Location.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#include <string_view>
#include <unordered_map>

#include "../../common/FormatHelper.h"
#include "../../common/AlgoHelper.h"
#include "common/FormatHelper.h"
#include "common/AlgoHelper.h"
#include "faker-cxx/Helper.h"
#include "faker-cxx/Number.h"
#include "faker-cxx/Person.h"
Expand Down
2 changes: 1 addition & 1 deletion src/modules/phone/Phone.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include <string_view>
#include <unordered_map>

#include "../../common/AlgoHelper.h"
#include "common/AlgoHelper.h"
#include "faker-cxx/Helper.h"
#include "PhoneData.h"

Expand Down

0 comments on commit a1a9b96

Please sign in to comment.