mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-01-01 19:57:53 -05:00
Update more file header comments to standardized new format, move some locally owned files out of the dependencies folder
This commit is contained in:
20
cli.cpp
20
cli.cpp
@@ -1,3 +1,17 @@
|
||||
/*---------------------------------------------------------*\
|
||||
| cli.cpp |
|
||||
| |
|
||||
| OpenRGB command line interface |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include <vector>
|
||||
#include <cstring>
|
||||
#include <string>
|
||||
#include <tuple>
|
||||
#include <iostream>
|
||||
#include "AutoStart.h"
|
||||
#include "filesystem.h"
|
||||
#include "ProfileManager.h"
|
||||
@@ -9,12 +23,6 @@
|
||||
#include "LogManager.h"
|
||||
#include "Colors.h"
|
||||
|
||||
#include <vector>
|
||||
#include <cstring>
|
||||
#include <string>
|
||||
#include <tuple>
|
||||
#include <iostream>
|
||||
|
||||
/*-------------------------------------------------------------*\
|
||||
| Quirk for MSVC; which doesn't support this case-insensitive |
|
||||
| function |
|
||||
|
||||
Reference in New Issue
Block a user