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
Branches
Tags
No related merge requests found
......@@ -23,7 +23,7 @@
#ifndef 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
#include <otherpackage/file.h>
......
......@@ -20,6 +20,11 @@
//#
//# $Id$
//# Always #include <lofar_config.h> first!
#include <lofar_config.h>
//# Includes
namespace LOFAR
{
......
......@@ -23,7 +23,7 @@
#ifndef 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
#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