sc7180: Update correct path of reset.h header file

Updated reset.h header file path and sorted alphabetically

BUG=b:236990316
TEST=Validated on qualcomm sc7180 development board.

Signed-off-by: Venkat Thogaru <quic_thogaru@quicinc.com>
Change-Id: Ibf92df160a6f8ba588310508812a5601e68a887e
Reviewed-on: https://review.coreboot.org/c/coreboot/+/67835
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-by: Shelley Chen <shchen@google.com>
diff --git a/src/soc/qualcomm/common/qclib.c b/src/soc/qualcomm/common/qclib.c
index 0c7ace2..4d005e5 100644
--- a/src/soc/qualcomm/common/qclib.c
+++ b/src/soc/qualcomm/common/qclib.c
@@ -1,22 +1,22 @@
 /* SPDX-License-Identifier: GPL-2.0-only */
 
-#include <console/cbmem_console.h>
-#include <cbmem.h>
-#include <string.h>
-#include <fmap.h>
 #include <assert.h>
 #include <arch/mmu.h>
 #include <cbfs.h>
+#include <cbmem.h>
+#include <commonlib/bsd/mem_chip_info.h>
+#include <console/cbmem_console.h>
 #include <console/console.h>
+#include <fmap.h>
 #include <mrc_cache.h>
+#include <reset.h>
+#include <security/vboot/misc.h>
 #include <soc/mmu.h>
 #include <soc/mmu_common.h>
 #include <soc/qclib_common.h>
 #include <soc/symbols_common.h>
-#include <security/vboot/misc.h>
+#include <string.h>
 #include <vb2_api.h>
-#include <commonlib/bsd/mem_chip_info.h>
-#include <include/reset.h>
 
 #define QCLIB_VERSION 0