[vlmc-devel] Removed redundant line in main.cpp
Barun Parruck
git at videolan.org
Fri Mar 4 17:14:12 CET 2016
vlmc | branch: master | Barun Parruck <barun.parruck at gmail.com> | Wed Mar 2 19:46:44 2016 +0530| [12e88daf28d89a4eb34d63c6aeb0b9b453205542] | committer: Hugo Beauzée-Luyssen
Removed redundant line in main.cpp
There was a redundant include in lines 34 and 35, they were both the same line #include<Project/Project.h>
The extra line has been removed.
Signed-off-by: Hugo Beauzée-Luyssen <hugo at beauzee.fr>
> https://code.videolan.org/videolan/vlmc/commit/12e88daf28d89a4eb34d63c6aeb0b9b453205542
---
src/Main/main.cpp | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/Main/main.cpp b/src/Main/main.cpp
index 8236ecc..7d8d4df 100644
--- a/src/Main/main.cpp
+++ b/src/Main/main.cpp
@@ -32,7 +32,6 @@
#include "Workflow/Types.h"
#include "Renderer/ConsoleRenderer.h"
#include "Project/Project.h"
-#include "Project/Project.h"
#include "Backend/IBackend.h"
#include "Main/Core.h"
More information about the Vlmc-devel
mailing list