Skip to content
Snippets Groups Projects
Commit aa73d0bb authored by Marcel Loose's avatar Marcel Loose :sunglasses:
Browse files

%[PR: 100]%

Changed the template files according to the aforementioned problem report.
parent 0788edf2
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#ifndef PACKAGE_FILENAME_H #ifndef PACKAGE_FILENAME_H
#define PACKAGE_FILENAME_H #define PACKAGE_FILENAME_H
#include <lofar_config.h> //# Never #include <config.h> or #include <lofar_config.h> in a header file!
//# Includes //# Includes
#include <otherpackage/file.h> #include <otherpackage/file.h>
......
...@@ -20,6 +20,11 @@ ...@@ -20,6 +20,11 @@
//# //#
//# $Id$ //# $Id$
//# Always #include <lofar_config.h> first!
#include <lofar_config.h>
//# Includes
namespace LOFAR namespace LOFAR
{ {
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#ifndef PACKAGE_FILENAME_H #ifndef PACKAGE_FILENAME_H
#define PACKAGE_FILENAME_H #define PACKAGE_FILENAME_H
#include <lofar_config.h> //# Never #include <config.h> or #include <lofar_config.h> in a header file!
//# Includes //# Includes
#include <otherpackage/file.h> #include <otherpackage/file.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment