diff options
Diffstat (limited to 'soltools/testSHL/testshl.cxx')
-rw-r--r-- | soltools/testSHL/testshl.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/soltools/testSHL/testshl.cxx b/soltools/testSHL/testshl.cxx index 868f2d674..abb0649ca 100644 --- a/soltools/testSHL/testshl.cxx +++ b/soltools/testSHL/testshl.cxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -30,13 +31,9 @@ #include <stdio.h> -#ifndef _SOLTOOLS_TESTSHL_TLOG_HXX_ #include "inc/tlog.hxx" -#endif -#ifndef _SOLTOOLS_TESTSHL_TSTMGR_HXX_ #include "inc/tstMgr.hxx" -#endif using namespace tstutl; @@ -96,3 +93,4 @@ void usage(){ exit(0); } +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |