From 5309b600005d7a184239d5c2eeb44ec14fc17416 Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Tue, 3 Feb 2015 10:50:03 +0900 Subject: [PATCH] evas/examples: just change file name. --- evas/{primitives.c => evas-3d-primitives.c} | 0 unsorted/evas/evas-3d-shadows.c | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename evas/{primitives.c => evas-3d-primitives.c} (100%) diff --git a/evas/primitives.c b/evas/evas-3d-primitives.c similarity index 100% rename from evas/primitives.c rename to evas/evas-3d-primitives.c diff --git a/unsorted/evas/evas-3d-shadows.c b/unsorted/evas/evas-3d-shadows.c index b0247fc4..b66da8f9 100644 --- a/unsorted/evas/evas-3d-shadows.c +++ b/unsorted/evas/evas-3d-shadows.c @@ -14,7 +14,7 @@ #include #include #include -#include "primitives.c" +#include "evas-3d-primitives.c" #define WIDTH 1024 #define HEIGHT 1024