all repos — fluxbox @ 5e5dc14ea99f406abcd9c4110478fd4d594f59a2

custom fork of the fluxbox windowmanager

minor include fix
fluxgen fluxgen
commit

5e5dc14ea99f406abcd9c4110478fd4d594f59a2

parent

00ed3b97cfe37690373668a3876df178a6e1c6c4

1 files changed, 4 insertions(+), 4 deletions(-)

jump to
M src/fluxbox.hhsrc/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.