minor include fix
fluxgen fluxgen
1 files changed,
4 insertions(+),
4 deletions(-)
jump to
M
src/fluxbox.hh
→
src/fluxbox.hh
@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: fluxbox.hh,v 1.30 2002/10/15 20:49:00 fluxgen Exp $ +// $Id: fluxbox.hh,v 1.31 2002/10/19 14:15:07 fluxgen Exp $ #ifndef FLUXBOX_HH #define FLUXBOX_HH@@ -64,13 +64,13 @@ #include <time.h>
#endif // HAVE_SYS_TIME_H #endif // TIME_WITH_SYS_TIME +#include <list> +#include <map> +#include <memory> #include <string> #include <vector> -#include <map> -#include <list> class AtomHandler; - /** main class for the window manager.