Skip to content

Commit

Permalink
More small fixes to header including
Browse files Browse the repository at this point in the history
  • Loading branch information
YungRaj committed Dec 25, 2024
1 parent 2f5f658 commit 0037931
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion darwinkit/strparse.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#pragma once

#include <Types.h>
#include <types.h>

#include <stdbool.h>
#include <stddef.h>
Expand Down
2 changes: 1 addition & 1 deletion darwinkit/symbol.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#pragma once

#include <Types.h>
#include <types.h>

#include "section.h"
#include "segment.h"
Expand Down
2 changes: 1 addition & 1 deletion darwinkit/symbol_table.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#pragma once

#include <Types.h>
#include <types.h>

#include <sys/types.h>

Expand Down
2 changes: 1 addition & 1 deletion kernel/device_tree.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#pragma once

#include <Types.h>
#include <types.h>

#ifdef __arm64__

Expand Down
2 changes: 1 addition & 1 deletion kernel/kernel_darwin_kit_user_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include <mach/mach_types.h>
#include <mach/vm_types.h>

#include <Types.h>
#include <types.h>

#include "api_util.h"

Expand Down
2 changes: 1 addition & 1 deletion kernel/kext_macho.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include <mach/kmod.h>
#include <mach/mach_types.h>

#include <Types.h>
#include <types.h>

#include "macho.h"

Expand Down
2 changes: 1 addition & 1 deletion kernel/plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ extern "C" {

#include <IOKit/IOService.h>

#include <Types.h>
#include <types.h>

#include "api.h"
#include "api_util.h"
Expand Down
2 changes: 1 addition & 1 deletion user/macho_userspace.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#pragma once

#include <Types.h>
#include <types.h>

#include <vector>

Expand Down
2 changes: 1 addition & 1 deletion user/swift.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

#include <vector>

#include <Types.h>
#include <types.h>

#include "objc.h"

Expand Down

0 comments on commit 0037931

Please sign in to comment.