Remove unneeded includes.

This commit is contained in:
Mark de Wever 2010-10-28 21:06:24 +00:00
parent 88451e9773
commit 36cc6b5f82

View File

@ -17,14 +17,10 @@
#ifndef FLOATING_TEXTBOX_H_INCLUDED
#define FLOATING_TEXTBOX_H_INCLUDED
#include "global.hpp"
// Scoped_resource can't use a pointer to an incomplete pointer with MSVC.
#include "widgets/textbox.hpp"
#include "scoped_resource.hpp"
#include <string>
#include <vector>
#include <set>
class game_display;