diff options
author | Thales1330 <thaleslima.ufu@gmail.com> | 2016-08-30 17:30:54 -0300 |
---|---|---|
committer | Thales1330 <thaleslima.ufu@gmail.com> | 2016-08-30 17:30:54 -0300 |
commit | c478afa9fbef4b21ea85dbc266169b9eebf369a9 (patch) | |
tree | fde5344bf80f54324e9f3673e3c37eca4bb4ac3a /Project/Line.h | |
parent | 06e57f5c75772dcba902e3032c756f79090f3424 (diff) | |
download | PSP.git-c478afa9fbef4b21ea85dbc266169b9eebf369a9.tar.gz PSP.git-c478afa9fbef4b21ea85dbc266169b9eebf369a9.tar.xz PSP.git-c478afa9fbef4b21ea85dbc266169b9eebf369a9.zip |
Transformer
Diffstat (limited to 'Project/Line.h')
-rw-r--r-- | Project/Line.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Project/Line.h b/Project/Line.h index 983293a..32ebdf8 100644 --- a/Project/Line.h +++ b/Project/Line.h @@ -1,8 +1,6 @@ #ifndef LINE_H #define LINE_H -#include <wx/msgdlg.h> - #include "Element.h" class Line : public Element |