minor include fix
This commit is contained in:
parent
00ed3b97cf
commit
5e5dc14ea9
1 changed files with 4 additions and 4 deletions
|
@ -22,7 +22,7 @@
|
||||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
// DEALINGS IN THE SOFTWARE.
|
// 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
|
#ifndef FLUXBOX_HH
|
||||||
#define FLUXBOX_HH
|
#define FLUXBOX_HH
|
||||||
|
@ -64,14 +64,14 @@
|
||||||
#endif // HAVE_SYS_TIME_H
|
#endif // HAVE_SYS_TIME_H
|
||||||
#endif // TIME_WITH_SYS_TIME
|
#endif // TIME_WITH_SYS_TIME
|
||||||
|
|
||||||
|
#include <list>
|
||||||
|
#include <map>
|
||||||
|
#include <memory>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <map>
|
|
||||||
#include <list>
|
|
||||||
|
|
||||||
class AtomHandler;
|
class AtomHandler;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
main class for the window manager.
|
main class for the window manager.
|
||||||
singleton type
|
singleton type
|
||||||
|
|
Loading…
Reference in a new issue