diff options
author | Simon Wanner <skyrising@pvpctutorials.de> | 2022-04-09 08:52:59 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-04-09 23:48:18 +0200 |
commit | 6f8fd91f225c9eb3e5faeda1aaf6cee1e1f12cc9 (patch) | |
tree | 9b7c7692ebbb4da6bff821bf04d6b9dc89cfdcc4 /Tests | |
parent | e84bbfed444d0a8de096ffb0fef114bb05b0c9e2 (diff) | |
download | serenity-6f8fd91f225c9eb3e5faeda1aaf6cee1e1f12cc9.zip |
LibGfx: Move TTF files from TrueTypeFont/ to Font/TrueType/
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/LibTTF/TestCmap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/LibTTF/TestCmap.cpp b/Tests/LibTTF/TestCmap.cpp index f69829d387..adeb37c66d 100644 --- a/Tests/LibTTF/TestCmap.cpp +++ b/Tests/LibTTF/TestCmap.cpp @@ -4,7 +4,7 @@ * SPDX-License-Identifier: BSD-2-Clause */ -#include <LibGfx/TrueTypeFont/Cmap.h> +#include <LibGfx/Font/TrueType/Cmap.h> #include <LibTest/TestCase.h> TEST_CASE(test_cmap_format_4) |