]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
smbd: fix include order in smbXsrv_open.c
authorRalph Boehme <slow@samba.org>
Tue, 17 Jun 2025 14:26:46 +0000 (16:26 +0200)
committerRalph Boehme <slow@samba.org>
Tue, 5 Aug 2025 14:52:34 +0000 (14:52 +0000)
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/smbd/smbXsrv_open.c

index c939bbd39c329735ebf0cbaabb9210126b5b3647..00d1fd6109a44eafb63a32277e424a77fce2d10f 100644 (file)
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "smbXsrv_open.h"
 #include "includes.h"
 #include "system/filesys.h"
 #include "lib/util/server_id.h"
 #include "smbd/smbd.h"
 #include "smbd/globals.h"
+#include "smbXsrv_open.h"
 #include "dbwrap/dbwrap.h"
 #include "dbwrap/dbwrap_rbt.h"
 #include "dbwrap/dbwrap_open.h"