From 58e44f2cdad782fd9c5cf177c2bb1ca8a86c0e15 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 19 Jun 2017 18:39:08 +0300 Subject: Move project into intermediate sub-directory --- libhello/hello.hxx | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 libhello/hello.hxx (limited to 'libhello/hello.hxx') diff --git a/libhello/hello.hxx b/libhello/hello.hxx deleted file mode 100644 index 58bd7b2..0000000 --- a/libhello/hello.hxx +++ /dev/null @@ -1,13 +0,0 @@ -// file: libhello/hello.hxx -*- C++ -*- - -#pragma once - -#include - -#include - -namespace hello -{ - LIBHELLO_EXPORT void - say (const std::string& name); -} -- cgit v1.1