Stop using deprecated Block constructor
Change-Id: I7ea18187df50c81879a1f9d990d2ca1c902ecf84
diff --git a/src/storage/repo-storage.cpp b/src/storage/repo-storage.cpp
index 49873d7..1828eb9 100644
--- a/src/storage/repo-storage.cpp
+++ b/src/storage/repo-storage.cpp
@@ -1,5 +1,5 @@
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
-/**
+/*
* Copyright (c) 2014-2017, Regents of the University of California.
*
* This file is part of NDN repo-ng (Next generation of NDN repository).
@@ -18,7 +18,8 @@
*/
#include "repo-storage.hpp"
-#include "../../build/src/config.hpp"
+#include "config.hpp"
+
#include <istream>
namespace repo {