diff --git a/Applications/PixelPaint/EllipseTool.cpp b/Applications/PixelPaint/EllipseTool.cpp index bdad687e656..e4914f03b2b 100644 --- a/Applications/PixelPaint/EllipseTool.cpp +++ b/Applications/PixelPaint/EllipseTool.cpp @@ -31,7 +31,7 @@ #include #include #include -#include +#include namespace PixelPaint { diff --git a/Applications/PixelPaint/LineTool.cpp b/Applications/PixelPaint/LineTool.cpp index dd1133aa772..8dd2d0a4f1b 100644 --- a/Applications/PixelPaint/LineTool.cpp +++ b/Applications/PixelPaint/LineTool.cpp @@ -30,7 +30,7 @@ #include #include #include -#include +#include namespace PixelPaint { diff --git a/Applications/PixelPaint/RectangleTool.cpp b/Applications/PixelPaint/RectangleTool.cpp index 84d5e3937ec..4eaffd29bb4 100644 --- a/Applications/PixelPaint/RectangleTool.cpp +++ b/Applications/PixelPaint/RectangleTool.cpp @@ -31,7 +31,7 @@ #include #include #include -#include +#include namespace PixelPaint { diff --git a/Applications/PixelPaint/SprayTool.cpp b/Applications/PixelPaint/SprayTool.cpp index 0a685e36e0f..85a6200f978 100644 --- a/Applications/PixelPaint/SprayTool.cpp +++ b/Applications/PixelPaint/SprayTool.cpp @@ -33,7 +33,7 @@ #include #include #include -#include +#include #include namespace PixelPaint { diff --git a/Applications/SoundPlayer/SampleWidget.cpp b/Applications/SoundPlayer/SampleWidget.cpp index 5decd2b8b9a..b3884a175a8 100644 --- a/Applications/SoundPlayer/SampleWidget.cpp +++ b/Applications/SoundPlayer/SampleWidget.cpp @@ -27,7 +27,7 @@ #include "SampleWidget.h" #include #include -#include +#include SampleWidget::SampleWidget() { diff --git a/Applications/SoundPlayer/SoundPlayerWidget.cpp b/Applications/SoundPlayer/SoundPlayerWidget.cpp index 0b416c0833b..59012835819 100644 --- a/Applications/SoundPlayer/SoundPlayerWidget.cpp +++ b/Applications/SoundPlayer/SoundPlayerWidget.cpp @@ -30,7 +30,7 @@ #include #include #include -#include +#include SoundPlayerWidget::SoundPlayerWidget(GUI::Window& window, NonnullRefPtr connection) : m_window(window) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8e44e8bb6c2..279188baa8f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -157,6 +157,7 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DDEBUG -DSANITIZE_PTRS") add_link_options(--sysroot ${CMAKE_BINARY_DIR}/Root) include_directories(Libraries/LibC) +include_directories(Libraries/LibM) include_directories(Services) include_directories(${CMAKE_CURRENT_BINARY_DIR}/Services) include_directories(${CMAKE_CURRENT_BINARY_DIR}/Libraries) diff --git a/Libraries/LibGfx/FloatPoint.h b/Libraries/LibGfx/FloatPoint.h index 59b10a06c03..3cfa7103a57 100644 --- a/Libraries/LibGfx/FloatPoint.h +++ b/Libraries/LibGfx/FloatPoint.h @@ -30,7 +30,7 @@ #include #include #include -#include +#include namespace Gfx { diff --git a/Libraries/LibGfx/GIFLoader.cpp b/Libraries/LibGfx/GIFLoader.cpp index 471b258a175..5a3d1032cae 100644 --- a/Libraries/LibGfx/GIFLoader.cpp +++ b/Libraries/LibGfx/GIFLoader.cpp @@ -30,7 +30,7 @@ #include #include #include -#include +#include #include #include diff --git a/Libraries/LibGfx/ICOLoader.cpp b/Libraries/LibGfx/ICOLoader.cpp index 8a93d49d0da..0eb251ddb14 100644 --- a/Libraries/LibGfx/ICOLoader.cpp +++ b/Libraries/LibGfx/ICOLoader.cpp @@ -32,7 +32,7 @@ #include #include #include -#include +#include #include #include diff --git a/Libraries/LibGfx/JPGLoader.cpp b/Libraries/LibGfx/JPGLoader.cpp index 122f3ee17c3..f21d8de7930 100644 --- a/Libraries/LibGfx/JPGLoader.cpp +++ b/Libraries/LibGfx/JPGLoader.cpp @@ -33,7 +33,7 @@ #include #include #include -#include +#include #define JPG_DBG 0 #define jpg_dbg(x) \ diff --git a/Libraries/LibGfx/PNGLoader.cpp b/Libraries/LibGfx/PNGLoader.cpp index 47f0ff9994e..434047573c1 100644 --- a/Libraries/LibGfx/PNGLoader.cpp +++ b/Libraries/LibGfx/PNGLoader.cpp @@ -30,8 +30,8 @@ #include #include #include -#include #include +#include #include #include #include diff --git a/Libraries/LibGfx/Point.h b/Libraries/LibGfx/Point.h index 9ba78a97445..9603625ef8d 100644 --- a/Libraries/LibGfx/Point.h +++ b/Libraries/LibGfx/Point.h @@ -31,7 +31,7 @@ #include #include #include -#include +#include #include namespace Gfx { diff --git a/Libraries/LibGfx/Rect.h b/Libraries/LibGfx/Rect.h index 94d133d846a..6105491f829 100644 --- a/Libraries/LibGfx/Rect.h +++ b/Libraries/LibGfx/Rect.h @@ -30,7 +30,7 @@ #include #include #include -#include +#include namespace Gfx { diff --git a/Libraries/LibM/math.cpp b/Libraries/LibM/math.cpp index d83dbecd644..9d98d8439b8 100644 --- a/Libraries/LibM/math.cpp +++ b/Libraries/LibM/math.cpp @@ -25,7 +25,7 @@ */ #include -#include +#include #include #include diff --git a/Userland/du.cpp b/Userland/du.cpp index 475f2004a8c..bd3daa3d822 100644 --- a/Userland/du.cpp +++ b/Userland/du.cpp @@ -33,8 +33,8 @@ #include #include #include -#include #include +#include #include #include #include diff --git a/Userland/functrace.cpp b/Userland/functrace.cpp index 69a5283068e..b431a4fbe3d 100644 --- a/Userland/functrace.cpp +++ b/Userland/functrace.cpp @@ -38,9 +38,9 @@ #include #include #include -#include #include #include +#include #include #include #include