blob: b09fc63cb28d2e0ebd6e0c88bc6932dbbb62fa56 [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
Obaid3f48fe52014-02-27 21:45:23 -060013#include <ndn-cpp-dev/face.hpp>
14#include <ndn-cpp-dev/security/key-chain.hpp>
15#include <ndn-cpp-dev/util/scheduler.hpp>
16
17#include <ndn-cpp-dev/management/nfd-fib-management-options.hpp>
18#include <ndn-cpp-dev/management/nfd-face-management-options.hpp>
19#include <ndn-cpp-dev/management/nfd-controller.hpp>
20#include <ndn-cpp-dev/management/nfd-control-response.hpp>
Obaid793401d2014-02-27 19:13:49 -060021#include <ndn-cpp-dev/management/nrd-prefix-reg-options.hpp>
22
Obaid3f48fe52014-02-27 21:45:23 -060023#include <boost/lexical_cast.hpp>
24#include <boost/algorithm/string.hpp>
25#include <boost/algorithm/string/regex_find_format.hpp>
26
Obaid793401d2014-02-27 19:13:49 -060027#endif // NRD_COMMON_HPP