From 0d21ae85fc7ff67bd734785104b02e9ade44c2bb Mon Sep 17 00:00:00 2001 From: tevador Date: Sun, 21 Apr 2019 00:33:04 +0200 Subject: [PATCH] Remove capital letters from filenames #3 --- src/{instruction2.cpp => instruction.cpp} | 0 src/{instruction2.hpp => instruction.hpp} | 0 src/{program2.hpp => program.hpp} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename src/{instruction2.cpp => instruction.cpp} (100%) rename src/{instruction2.hpp => instruction.hpp} (100%) rename src/{program2.hpp => program.hpp} (100%) diff --git a/src/instruction2.cpp b/src/instruction.cpp similarity index 100% rename from src/instruction2.cpp rename to src/instruction.cpp diff --git a/src/instruction2.hpp b/src/instruction.hpp similarity index 100% rename from src/instruction2.hpp rename to src/instruction.hpp diff --git a/src/program2.hpp b/src/program.hpp similarity index 100% rename from src/program2.hpp rename to src/program.hpp