/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ | |
/** | |
* Copyright (C) 2014 Named Data Networking Project | |
* See COPYING for copyright and distribution information. | |
*/ | |
#ifndef NRD_COMMON_HPP | |
#define NRD_COMMON_HPP | |
#include <iostream> | |
#include <list> | |
#include <ndn-cpp-dev/management/nrd-prefix-reg-options.hpp> | |
#endif // NRD_COMMON_HPP |