aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Tab.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Tab.cc b/src/Tab.cc
index 986bbd8..1734e05 100644
--- a/src/Tab.cc
+++ b/src/Tab.cc
@@ -19,10 +19,11 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: Tab.cc,v 1.55 2003/02/18 15:11:09 rathnor Exp $ 22// $Id: Tab.cc,v 1.56 2003/04/09 13:18:36 fluxgen Exp $
23 23
24#include "Tab.hh" 24#include "Tab.hh"
25 25
26#include "Window.hh"
26#include "i18n.hh" 27#include "i18n.hh"
27#include "DrawUtil.hh" 28#include "DrawUtil.hh"
28#include "Screen.hh" 29#include "Screen.hh"