Start using #pragma once

This commit is contained in:
lupoDharkael
2018-01-22 20:08:21 +01:00
parent 8e777f4ac3
commit e1bc6ba9c6
58 changed files with 58 additions and 234 deletions

View File

@@ -15,8 +15,7 @@
// You should have received a copy of the GNU General Public License
// along with Flameshot. If not, see <http://www.gnu.org/licenses/>.
#ifndef COMMANDLINEPARSER_H
#define COMMANDLINEPARSER_H
#pragma once
#include "src/cli/commandargument.h"
#include "src/cli/commandoption.h"
@@ -90,5 +89,3 @@ private:
Node *const actualNode);
};
#endif // COMMANDLINEPARSER_H