!229 los_swtmr.h不满足自包含要求对los_config.h存在依赖,但未包含los_config.h

Merge pull request !229 from zhangfanfan2/master
This commit is contained in:
openharmony_ci 2021-07-20 08:09:27 +00:00 committed by Gitee
commit d5e46ad863
2 changed files with 3 additions and 2 deletions

View File

@ -37,6 +37,7 @@
#ifndef _LOS_SWTMR_H
#define _LOS_SWTMR_H
#include "los_config.h"
#include "los_sortlink.h"
#ifdef __cplusplus

View File

@ -28,10 +28,10 @@
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "los_config.h"
#include "los_swtmr.h"
#include "securec.h"
#include "los_interrupt.h"
#include "los_swtmr.h"
#include "los_task.h"
#include "los_memory.h"
#include "los_queue.h"