summaryrefslogtreecommitdiff
path: root/libhello/hello.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libhello/hello.hxx')
-rw-r--r--libhello/hello.hxx13
1 files changed, 0 insertions, 13 deletions
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 <string>
-
-#include <libhello/export.hxx>
-
-namespace hello
-{
- LIBHELLO_EXPORT void
- say (const std::string& name);
-}