diff --git a/standalone-toys/c-with-class.h b/c-with-class.h
similarity index 100%
rename from standalone-toys/c-with-class.h
rename to c-with-class.h
diff --git a/standalone-toys/README.md b/standalone-toys/README.md
index f951c642150d0a0cff5935f082e4bc08a6e3d691..7e2964837f50d088bd3f098c94894c5080238d77 100644
--- a/standalone-toys/README.md
+++ b/standalone-toys/README.md
@@ -9,5 +9,4 @@ They **are not** part of rlib, and they are intended for situations while not pr
 |Header|Note|
 |------|----|
 |rdebug.h|Minimal C helper to print debug output|
-|c-with-class.h|Old fashioned trick used in some C homeworks|
 |rlib.min.hpp|Minimal io/string helper for solving OJ questions, or writing POC program|