Skip to content

Commit

Permalink
LibGfx: Remove Utf8View.h dependency from Font.h
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomekling committed Feb 14, 2020
1 parent e1ff4fa commit 66903ad
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion Libraries/LibGfx/Font.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
#include <AK/RefPtr.h>
#include <AK/String.h>
#include <AK/Types.h>
#include <AK/Utf8View.h>
#include <LibGfx/Rect.h>

namespace Gfx {
Expand Down
1 change: 1 addition & 0 deletions Libraries/LibHTML/Layout/LineBox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

#include <AK/Utf8View.h>
#include <LibHTML/Layout/LayoutNode.h>
#include <LibHTML/Layout/LayoutText.h>
#include <LibHTML/Layout/LineBox.h>
Expand Down
1 change: 1 addition & 0 deletions Libraries/LibHTML/Layout/LineBoxFragment.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

#include <AK/Utf8View.h>
#include <LibGUI/Painter.h>
#include <LibHTML/Layout/LayoutDocument.h>
#include <LibHTML/Layout/LayoutText.h>
Expand Down
1 change: 1 addition & 0 deletions Libraries/LibVT/TerminalWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#include <AK/StdLibExtras.h>
#include <AK/String.h>
#include <AK/StringBuilder.h>
#include <AK/Utf8View.h>
#include <Kernel/KeyCode.h>
#include <LibCore/MimeData.h>
#include <LibGUI/Action.h>
Expand Down

0 comments on commit 66903ad

Please sign in to comment.