From d3a951abd54880388bd942a346eaf4c3f6dcc4b8 Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Wed, 15 Oct 2025 11:57:49 +0000 Subject: [PATCH] move git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@342 b9cfdab3-6d41-4d17-bbe4-086880011989 --- {resource => examples}/harvard.c | 0 examples/listbox.c | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {resource => examples}/harvard.c (100%) diff --git a/resource/harvard.c b/examples/harvard.c similarity index 100% rename from resource/harvard.c rename to examples/harvard.c diff --git a/examples/listbox.c b/examples/listbox.c index 3511ebc..3ba15d7 100644 --- a/examples/listbox.c +++ b/examples/listbox.c @@ -1,7 +1,7 @@ /* $Id$ */ #include -#include "../resource/harvard.c" +#include "harvard.c" MwWidget wmain;