Minor code style cleanup

This commit is contained in:
Simon Brunel
2017-06-10 10:06:25 +02:00
parent da3ae12c02
commit 5e754d1b08
14 changed files with 41 additions and 40 deletions

View File

@ -1,8 +1,8 @@
#ifndef _QTPROMISE_MODULE_H
#define _QTPROMISE_MODULE_H
#ifndef QTPROMISE_MODULE_H
#define QTPROMISE_MODULE_H
#include "../src/qtpromise/qpromise.h"
#include "../src/qtpromise/qpromisefuture.h"
#include "../src/qtpromise/qpromisehelpers.h"
#endif // ifndef _QTPROMISE_MODULE_H
#endif // ifndef QTPROMISE_MODULE_H