From 524db0cf19648e3c7c78d3e73103b7a0bdcd6bfc Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Wed, 18 Jan 2017 17:14:52 -0800 Subject: *: move source into src/ subdir Restoring some organizational sanity since adopting autotools. --- modules/roto/roto.h | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 modules/roto/roto.h (limited to 'modules/roto/roto.h') diff --git a/modules/roto/roto.h b/modules/roto/roto.h deleted file mode 100644 index 84a66a9..0000000 --- a/modules/roto/roto.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef _ROTO_H -#define _ROTO_H - -#include "fb.h" - -void roto64(fb_fragment_t *fragment); -void roto32(fb_fragment_t *fragment); - -#endif -- cgit v1.2.3