From bf4f0f70d4450cec869815b7a727a385b33e730d Mon Sep 17 00:00:00 2001 From: Tk-Rwing <72181141+Tk-Rwing@users.noreply.github.com> Date: Thu, 1 Oct 2020 09:37:09 +0530 Subject: [PATCH] Update initializer.cpp --- c++2.0/c++11/initializer.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/c++2.0/c++11/initializer.cpp b/c++2.0/c++11/initializer.cpp index 2a9dc3d..d056faf 100644 --- a/c++2.0/c++11/initializer.cpp +++ b/c++2.0/c++11/initializer.cpp @@ -1,9 +1,7 @@ // // Created by light on 19-11-3. // - -#include -#include +#include using namespace std; int main() { @@ -19,4 +17,4 @@ int main() { cout<