From e825cb3b34da31cac8a039db4067a859d2944b24 Mon Sep 17 00:00:00 2001 From: Roker Date: Thu, 18 Oct 2018 18:04:41 +0200 Subject: [PATCH] general template first, specialization second. --- Adapter.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Adapter.hh b/Adapter.hh index 31f25ed..6de2a46 100644 --- a/Adapter.hh +++ b/Adapter.hh @@ -8,7 +8,6 @@ #include #include #include -#include "Adapter.hxx" using namespace std; @@ -37,3 +36,5 @@ namespace pEp { void shutdown(); } } + +#include "Adapter.hxx"