mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2025-07-02 07:15:25 +08:00
Minor code style cleanup
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user