Move example and test headers out of include/pv

The only headers installed there should be
those for the official API of the module.
This commit is contained in:
Andrew Johnson
2014-04-10 16:01:32 -05:00
parent 144da546ea
commit 3e790e34e3
20 changed files with 55 additions and 33 deletions

View File

@@ -22,13 +22,14 @@
#include <pv/standardField.h>
#include <pv/standardPVField.h>
#include <pv/arrayPerformance.h>
#include <pv/longArrayMonitor.h>
#include <pv/traceRecord.h>
#include <pv/channelProviderLocal.h>
#include <pv/serverContext.h>
#include <pv/clientFactory.h>
#include <arrayPerformance.h>
#include <longArrayMonitor.h>
using namespace std;
using std::tr1::static_pointer_cast;
using namespace epics::pvData;