diff --git a/hal/src/main/native/athena/Notifier.cpp b/hal/src/main/native/athena/Notifier.cpp index 95b578e141..18aa2816ea 100644 --- a/hal/src/main/native/athena/Notifier.cpp +++ b/hal/src/main/native/athena/Notifier.cpp @@ -7,20 +7,19 @@ #include "HAL/Notifier.h" -// For std::atexit() -#include - #include +#include // For std::atexit() #include #include +#include + #include "HAL/ChipObject.h" #include "HAL/Errors.h" #include "HAL/HAL.h" #include "HAL/cpp/NotifierInternal.h" #include "HAL/cpp/make_unique.h" #include "HAL/handles/UnlimitedHandleResource.h" -#include "support/SafeThread.h" using namespace hal;