Skip to content

Commit

Permalink
Use angle brackets for includes (#1118)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlw authored Jun 29, 2023
1 parent 020827b commit 03d7556
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include <EndpointSecurity/EndpointSecurity.h>
#include <Kernel/kern/cs_blobs.h>
#include <bsm/libbsm.h>
#include <google/protobuf/util/json_util.h>
#include <mach/message.h>
#include <math.h>
#include <sys/proc_info.h>
Expand All @@ -35,7 +36,6 @@
#include "Source/santad/Logs/EndpointSecurity/Serializers/Utilities.h"
#import "Source/santad/SNTDecisionCache.h"
#include "google/protobuf/timestamp.pb.h"
#include "google/protobuf/util/json_util.h"

using google::protobuf::Arena;
using google::protobuf::Timestamp;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#import <OCMock/OCMock.h>
#import <XCTest/XCTest.h>
#include <gmock/gmock.h>
#include <google/protobuf/util/json_util.h>
#include <gtest/gtest.h>
#include <sys/proc_info.h>
#include <sys/signal.h>
Expand All @@ -26,8 +27,6 @@
#include <uuid/uuid.h>
#include <cstring>

#include <google/protobuf/util/json_util.h>

#import "Source/common/SNTCachedDecision.h"
#include "Source/common/SNTCommonEnums.h"
#import "Source/common/SNTConfigurator.h"
Expand Down

0 comments on commit 03d7556

Please sign in to comment.