|
@@ -6,11 +6,9 @@
|
|
|
*/
|
|
|
|
|
|
#include "PDFViewerWidget.h"
|
|
|
-#include "AK/Assertions.h"
|
|
|
-#include "AK/DeprecatedString.h"
|
|
|
-#include "AK/Format.h"
|
|
|
-#include "LibGUI/Forward.h"
|
|
|
-#include "LibPDF/Document.h"
|
|
|
+#include <AK/Assertions.h>
|
|
|
+#include <AK/DeprecatedString.h>
|
|
|
+#include <AK/Format.h>
|
|
|
#include <AK/HashMap.h>
|
|
|
#include <AK/HashTable.h>
|
|
|
#include <AK/Variant.h>
|
|
@@ -19,6 +17,7 @@
|
|
|
#include <LibGUI/Application.h>
|
|
|
#include <LibGUI/BoxLayout.h>
|
|
|
#include <LibGUI/FilePicker.h>
|
|
|
+#include <LibGUI/Forward.h>
|
|
|
#include <LibGUI/InputBox.h>
|
|
|
#include <LibGUI/Label.h>
|
|
|
#include <LibGUI/Menu.h>
|
|
@@ -30,6 +29,7 @@
|
|
|
#include <LibGUI/TableView.h>
|
|
|
#include <LibGUI/Toolbar.h>
|
|
|
#include <LibGUI/ToolbarContainer.h>
|
|
|
+#include <LibPDF/Document.h>
|
|
|
|
|
|
class PagedErrorsModel : public GUI::Model {
|
|
|
|