Skip to content
Snippets Groups Projects
Commit 5ee8daa9 authored by Jan David Mol's avatar Jan David Mol
Browse files

SW-693: Fix includes

parent e451aba7
No related branches found
No related tags found
1 merge request!6Import cobalt2 into lofar4
# $Id$
lofar_package(MessageBus 1.0 DEPENDS Common pyparameterset PyCommon)
lofar_package(MessageBus 1.0 DEPENDS Common pyparameterset)
include(LofarFindPackage)
lofar_find_package(QPID)
......
......@@ -2,7 +2,7 @@
#include <MessageBus/FromBus.h>
#include <MessageBus/Exceptions.h>
#include "Util.h"
#include <MessageBus/Util.h>
#include <Common/LofarLogger.h>
......
......@@ -2,7 +2,7 @@
#include <MessageBus/ToBus.h>
#include <MessageBus/Exceptions.h>
#include "Util.h"
#include <MessageBus/Util.h>
#include <Common/LofarLogger.h>
......
#include "lofar_config.h"
#include <Common/LofarTypes.h>
#include "Util.h"
#include <MessageBus/Util.h>
#include <stdlib.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