Header was not self-containing.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20771 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2007-04-20 15:58:16 +00:00
parent d6532617dc
commit 15b4543f2c
+5 -2
View File
@@ -1,4 +1,5 @@
/* /*
* Copyright 2001-2007, Haiku.
* Copyright (c) 2003-4 Kian Duffy <[email protected]> * Copyright (c) 2003-4 Kian Duffy <[email protected]>
* Parts Copyright (C) 1998,99 Kazuho Okui and Takashi Murai. * Parts Copyright (C) 1998,99 Kazuho Okui and Takashi Murai.
* *
@@ -30,11 +31,13 @@
#ifndef TERMWIN_H #ifndef TERMWIN_H
#define TERMWIN_H #define TERMWIN_H
#include "PrefHandler.h"
#include <Menu.h> #include <Menu.h>
#include <Window.h> #include <Window.h>
#include <MessageRunner.h> #include <MessageRunner.h>
#include <String.h>
#include "PrefHandler.h"
class BFont; class BFont;
class TermView; class TermView;