Get some of the last remaining C files into C++
They still need to be fixed up, but they now build with C++.
This commit is contained in:
12
dpid/dpid.cc
12
dpid/dpid.cc
@ -31,13 +31,13 @@
|
||||
#include <arpa/inet.h>
|
||||
|
||||
#include <unistd.h>
|
||||
#include "dpid_common.h"
|
||||
#include "dpid.h"
|
||||
#include "dpi.h"
|
||||
#include "dpi_socket_dir.h"
|
||||
#include "misc_new.h"
|
||||
#include "dpid_common.hh"
|
||||
#include "dpid.hh"
|
||||
#include "dpi.hh"
|
||||
#include "dpi_socket_dir.hh"
|
||||
#include "misc_new.hh"
|
||||
|
||||
#include "../dpip/dpip.h"
|
||||
#include "../dpip/dpip.hh"
|
||||
|
||||
using namespace std::literals::string_literals;
|
||||
|
||||
|
Reference in New Issue
Block a user