include fix

This commit is contained in:
fluxgen 2002-10-25 21:05:01 +00:00
parent 06d3ea58c0
commit a0abbf6056
3 changed files with 6 additions and 5 deletions

View file

@ -19,11 +19,12 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
// $Id: IconBar.cc,v 1.16 2002/10/15 17:10:48 fluxgen Exp $
// $Id: IconBar.cc,v 1.17 2002/10/25 20:59:56 fluxgen Exp $
#include "IconBar.hh"
#include "i18n.hh"
#include "Screen.hh"
#include "fluxbox.hh"
#include <algorithm>

View file

@ -22,14 +22,14 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
// $Id: Toolbar.cc,v 1.35 2002/10/19 14:07:00 fluxgen Exp $
// $Id: Toolbar.cc,v 1.36 2002/10/25 21:05:01 fluxgen Exp $
#include "Toolbar.hh"
#include "i18n.hh"
#include "fluxbox.hh"
#include "Clientmenu.hh"
#include "Icon.hh"
#include "Iconmenu.hh"
#include "Rootmenu.hh"
#include "Screen.hh"
#include "Window.hh"

View file

@ -22,13 +22,13 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
// $Id: Window.cc,v 1.94 2002/10/23 21:59:37 fluxgen Exp $
// $Id: Window.cc,v 1.95 2002/10/25 21:01:49 fluxgen Exp $
#include "Window.hh"
#include "i18n.hh"
#include "fluxbox.hh"
#include "Icon.hh"
#include "Iconmenu.hh"
#include "Screen.hh"
#include "Toolbar.hh"
#include "Windowmenu.hh"