From fc80d2c0acec4f668b58a05bd5a3a06b0a2a2280 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Fri, 5 Jul 2013 18:50:01 -0700 Subject: gras: begin replacing set/get with callable --- include/gras/detail/callable.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/gras/detail/callable.hpp') diff --git a/include/gras/detail/callable.hpp b/include/gras/detail/callable.hpp index b3f0d00..3f5252d 100644 --- a/include/gras/detail/callable.hpp +++ b/include/gras/detail/callable.hpp @@ -3,8 +3,6 @@ #ifndef INCLUDED_GRAS_DETAIL_CALLABLE_HPP #define INCLUDED_GRAS_DETAIL_CALLABLE_HPP -#include - namespace gras { -- cgit