From b5cf0f59fc0ab9bf411e26b229f1dddd90356655 Mon Sep 17 00:00:00 2001 From: jjjoness <82226755+jjjoness@users.noreply.github.com> Date: Mon, 3 May 2021 16:57:58 +0100 Subject: [PATCH] Moved the pragma below the copyright message. --- Code/Tools/AssetProcessor/native/ui/JobTreeViewItemDelegate.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Code/Tools/AssetProcessor/native/ui/JobTreeViewItemDelegate.h b/Code/Tools/AssetProcessor/native/ui/JobTreeViewItemDelegate.h index f0e74145ee..fbe45a3f75 100644 --- a/Code/Tools/AssetProcessor/native/ui/JobTreeViewItemDelegate.h +++ b/Code/Tools/AssetProcessor/native/ui/JobTreeViewItemDelegate.h @@ -1,5 +1,3 @@ -#pragma once - /* * All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or * its licensors. @@ -12,6 +10,8 @@ * */ +#pragma once + #if !defined(Q_MOC_RUN) #include #endif