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

Bug 1053: Forgot to change the change the #include's of BBSStructs.h to Structs.h

parent 3ff07d24
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@
//# Includes
#include <BBSControl/SingleStep.h>
#include <BBSControl/BBSStructs.h>
#include <BBSControl/Structs.h>
#include <Common/LofarTypes.h>
#include <Common/lofar_vector.h>
#include <Common/lofar_string.h>
......
......@@ -28,7 +28,7 @@
//# Includes
#include <BBSControl/Command.h>
#include <BBSControl/BBSStructs.h>
#include <BBSControl/Structs.h>
#include <Common/lofar_string.h>
#include <Common/lofar_vector.h>
#include <Common/lofar_iosfwd.h>
......
......@@ -27,7 +27,7 @@
// The properties for solvable parameters
//# Includes
#include <BBSControl/BBSStructs.h>
#include <BBSControl/Structs.h>
#include <BBSControl/Command.h>
#include <Common/lofar_iosfwd.h>
#include <Common/lofar_string.h>
......
//# BBSStructs.h: Some global structs.
//# Structs.h: Some global structs.
//#
//# Copyright (C) 2006
//# ASTRON (Netherlands Foundation for Research in Astronomy)
......
......@@ -24,7 +24,7 @@
#include <BBSControl/CommandExecutor.h>
#include <BBSControl/CommandQueue.h>
#include <BBSControl/BBSStructs.h>
#include <BBSControl/Structs.h>
#include <BBSControl/BlobStreamableVector.h>
#include <BBSControl/BlobStreamableConnection.h>
......
......@@ -24,7 +24,7 @@
#include <BBSControl/Strategy.h>
#include <BBSControl/Step.h>
#include <BBSControl/BBSStructs.h>
#include <BBSControl/Structs.h>
#include <BBSControl/CommandVisitor.h>
#include <BBSControl/Exceptions.h>
#include <APS/ParameterSet.h>
......
//# BBSStructs.cc:
//# Structs.cc:
//#
//# Copyright (C) 2002-2007
//# ASTRON (Netherlands Foundation for Research in Astronomy)
......@@ -22,7 +22,7 @@
#include <lofar_config.h>
#include <BBSControl/BBSStructs.h>
#include <BBSControl/Structs.h>
#include <BBSControl/StreamUtil.h>
#include <Common/lofar_sstream.h>
#include <APS/ParameterSet.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment