diff include/gui/pages/statistics.h @ 85:c69230dc2b5d

*: cleanup includes
author Paper <mrpapersonic@gmail.com>
date Sun, 29 Oct 2023 00:57:03 -0400
parents 3364fadc8a36
children d5efb81540b3
line wrap: on
line diff
--- a/include/gui/pages/statistics.h	Wed Oct 25 14:53:05 2023 -0400
+++ b/include/gui/pages/statistics.h	Sun Oct 29 00:57:03 2023 -0400
@@ -1,8 +1,8 @@
 #ifndef __gui__pages__statistics_h
 #define __gui__pages__statistics_h
+
 #include <QFrame>
 #include <QWidget>
-// #include "gui/widgets/text.h"
 
 namespace TextWidgets {
 class Paragraph;
@@ -33,4 +33,5 @@
 
 		TextWidgets::Paragraph* application_data;
 };
+
 #endif // __gui__pages__statistics_h
\ No newline at end of file