Документ взят из кэша поисковой машины. Адрес оригинального документа : http://kodomo.fbb.msu.ru/hg/allpy/rev/0010910571d3
Дата изменения: Unknown
Дата индексирования: Tue Oct 2 00:47:44 2012
Кодировка:
allpy: 0010910571d3

allpy

changeset 545:0010910571d3

blocks3d/wt: remove useless includes from header file
author boris <bnagaev@gmail.com>
date Mon, 28 Feb 2011 13:27:31 +0300
parents 8c42f9daa527
children c8e6b75fe280
files blocks3d/wt/blocks3d-wt-widget.h
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line diff
     1.1 --- a/blocks3d/wt/blocks3d-wt-widget.h	Sun Feb 27 23:49:54 2011 +0300
     1.2 +++ b/blocks3d/wt/blocks3d-wt-widget.h	Mon Feb 28 13:27:31 2011 +0300
     1.3 @@ -6,15 +6,10 @@
     1.4  
     1.5  #include <Wt/WContainerWidget>
     1.6  #include <Wt/WFileUpload>
     1.7 -#include <Wt/WHBoxLayout>
     1.8 -#include <Wt/WImage>
     1.9  #include <Wt/WLineEdit>
    1.10 -#include <Wt/WPanel>
    1.11  #include <Wt/WPushButton>
    1.12 -#include <Wt/WString>
    1.13  #include <Wt/WTextArea>
    1.14  #include <Wt/WTimer>
    1.15 -#include <Wt/WVBoxLayout>
    1.16  
    1.17  #include "config.h"
    1.18  #include "work-time.h"