mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
PdfDraw: Removed accidental CtrlLib.h include
This commit is contained in:
parent
02ec62e89c
commit
a5c684f895
2 changed files with 2 additions and 1 deletions
|
|
@ -16,6 +16,8 @@ GUI_APP_MAIN
|
|||
RDUMP(sizeof(EditField));
|
||||
RDUMP(sizeof(EditString));
|
||||
RDUMP(sizeof(EditIntSpin));
|
||||
RDUMP(sizeof(ScrollBar));
|
||||
RDUMP(sizeof(DropList));
|
||||
RDUMP(sizeof(ArrayCtrl));
|
||||
RDUMP(sizeof(TreeCtrl));
|
||||
RDUMP(sizeof(TreeCtrl::Node));
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
#include "PdfDraw.h"
|
||||
#include "CtrlLib/CtrlLib.h"
|
||||
|
||||
namespace Upp {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue