remove useless included headers in textbox.cpp

This commit is contained in:
Jinhao 2016-01-22 00:55:23 +08:00
parent 325961a277
commit 818136a18a

View File

@ -1,7 +1,7 @@
/* /*
* A Textbox Implementation * A Textbox Implementation
* Nana C++ Library(http://www.nanapro.org) * 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. * Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at * (See accompanying file LICENSE_1_0.txt or copy at
@ -15,9 +15,6 @@
#include <stdexcept> #include <stdexcept>
#include <sstream> #include <sstream>
#include <nana/gui/detail/bedrock.hpp>
#include <nana/gui/detail/inner_fwd_implement.hpp>
namespace nana namespace nana
{ {
arg_textbox::arg_textbox(textbox& wdg, const std::vector<upoint>& text_pos) arg_textbox::arg_textbox(textbox& wdg, const std::vector<upoint>& text_pos)