cleanup cntd.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
* Author: Miha Vitorovic
|
||||
*/
|
||||
|
||||
#include "growingCircularBuffer.h"
|
||||
#include <growingCircularBuffer.h>
|
||||
|
||||
#include <iostream>
|
||||
#include <epicsAssert.h>
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
* Author: user
|
||||
*/
|
||||
|
||||
#include "inetAddressUtil.h"
|
||||
#include "logger.h"
|
||||
#include <inetAddressUtil.h>
|
||||
#include <logger.h>
|
||||
|
||||
#include <byteBuffer.h>
|
||||
#include <pvType.h>
|
||||
@@ -17,11 +17,9 @@
|
||||
#include <iostream>
|
||||
#include <cstring>
|
||||
|
||||
using namespace epics::pvData;
|
||||
using namespace epics::pvAccess;
|
||||
using std::cout;
|
||||
using std::endl;
|
||||
using std::stringstream;
|
||||
using std::hex;
|
||||
using namespace std;
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
createFileLogger("inetAddresUtils.log");
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
* Author: Miha Vitorovic
|
||||
*/
|
||||
|
||||
#include "logger.h"
|
||||
#include <logger.h>
|
||||
|
||||
#include <errlog.h>
|
||||
#include <epicsExit.h>
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
#include <osiSock.h>
|
||||
|
||||
using namespace epics::pvData;
|
||||
using namespace epics::pvAccess;
|
||||
using namespace std;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user