Moved the pragma below the copyright message.

This commit is contained in:
jjjoness
2021-05-03 16:57:58 +01:00
parent 544b2a087f
commit b5cf0f59fc
@@ -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 <AzQtComponents/Components/Widgets/TableView.h>
#endif