blob: e19ead0e287b7a9310e83843dd101b62fa61f4af [file] [log] [blame]
Obaid793401d2014-02-27 19:13:49 -06001/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
2/**
3 * Copyright (C) 2014 Named Data Networking Project
4 * See COPYING for copyright and distribution information.
5 */
6
7#ifndef NRD_COMMON_HPP
8#define NRD_COMMON_HPP
9
10#include <iostream>
11#include <list>
12
13#include <ndn-cpp-dev/management/nrd-prefix-reg-options.hpp>
14
15#endif // NRD_COMMON_HPP