diff --git a/core/wma/src/wma_data.c b/core/wma/src/wma_data.c index 89e8807e65..0397870ded 100644 --- a/core/wma/src/wma_data.c +++ b/core/wma/src/wma_data.c @@ -1,5 +1,6 @@ /* * Copyright (c) 2013-2021 The Linux Foundation. All rights reserved. + * Copyright (c) 2021 Qualcomm Innovation Center, Inc. All rights reserved. * * Permission to use, copy, modify, and/or distribute this software for * any purpose with or without fee is hereby granted, provided that the @@ -24,6 +25,7 @@ /* Header files */ #include "wma.h" +#include "enet.h" #include "wma_api.h" #include "cds_api.h" #include "wmi_unified_api.h" @@ -65,7 +67,6 @@ #include #include "cdp_txrx_stats.h" #include -#include "enet.h" #include "wlan_mgmt_txrx_utils_api.h" #include "wlan_objmgr_psoc_obj.h" #include "wlan_objmgr_pdev_obj.h"