From 1d897f432e54400cb2a0e1499712782b336fd728 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 17 Nov 2002 09:41:58 +0000 Subject: add the config header and emacs comment to all the .cc's --- otk/application.cc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'otk/application.cc') diff --git a/otk/application.cc b/otk/application.cc index 8e4d93b3..70f9e24b 100644 --- a/otk/application.cc +++ b/otk/application.cc @@ -1,3 +1,9 @@ +// -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*- + +#ifdef HAVE_CONFIG_H +# include "../config.h" +#endif + #include "application.hh" #include "eventhandler.hh" #include "widget.hh" -- cgit v1.2.3