From c63319f328bd81ea6ae5c38971494b539a3c69ff Mon Sep 17 00:00:00 2001 From: iridiumR Date: Fri, 29 Oct 2021 15:46:26 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=AF=91=E5=91=BD=E4=BB=A4=E6=9B=B4?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ex6/ex6.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ex6/ex6.cpp b/ex6/ex6.cpp index b2fbd5d..e9faa8d 100644 --- a/ex6/ex6.cpp +++ b/ex6/ex6.cpp @@ -1,5 +1,5 @@ -#include "vec.cpp" -#include "list.cpp" +#include "vec.h" +#include "list.h" #include "score.h" #include #include