From 818136a18adb9dd7fb37d6bc7bf545bdc2f6c052 Mon Sep 17 00:00:00 2001 From: Jinhao Date: Fri, 22 Jan 2016 00:55:23 +0800 Subject: [PATCH] remove useless included headers in textbox.cpp --- source/gui/widgets/textbox.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/source/gui/widgets/textbox.cpp b/source/gui/widgets/textbox.cpp index 6c69b362..a4d4d499 100644 --- a/source/gui/widgets/textbox.cpp +++ b/source/gui/widgets/textbox.cpp @@ -1,7 +1,7 @@ /* * A Textbox Implementation * Nana C++ Library(http://www.nanapro.org) - * Copyright(C) 2003-2015 Jinhao(cnjinhao@hotmail.com) + * Copyright(C) 2003-2016 Jinhao(cnjinhao@hotmail.com) * * Distributed under the Boost Software License, Version 1.0. * (See accompanying file LICENSE_1_0.txt or copy at @@ -15,9 +15,6 @@ #include #include -#include -#include - namespace nana { arg_textbox::arg_textbox(textbox& wdg, const std::vector& text_pos)