Commit: 1d045a4f572ca703be227a1545da59e40b5b08dd
Author: makowalski
Date:   Wed Mar 10 20:15:44 2021 -0500
Branches: usd-importer-T81257-merge
https://developer.blender.org/rB1d045a4f572ca703be227a1545da59e40b5b08dd

USD Import: removed unneeded include guards.

===================================================================

M       source/blender/io/usd/intern/usd_reader_light.h

===================================================================

diff --git a/source/blender/io/usd/intern/usd_reader_light.h 
b/source/blender/io/usd/intern/usd_reader_light.h
index b83886767ac..58ce48d5928 100644
--- a/source/blender/io/usd/intern/usd_reader_light.h
+++ b/source/blender/io/usd/intern/usd_reader_light.h
@@ -15,15 +15,8 @@
  */
 #pragma once
 
-/** \file
- * \ingroup busd
- */
-
-#ifndef __USD_READER_LIGHT_H__
-#  define __USD_READER_LIGHT_H__
-
-#  include "usd.h"
-#  include "usd_reader_xform.h"
+#include "usd.h"
+#include "usd_reader_xform.h"
 
 class USDLightReader : public USDXformReader {
 
@@ -37,7 +30,6 @@ class USDLightReader : public USDXformReader {
   }
 
   void createObject(Main *bmain, double motionSampleTime) override;
+
   void readObjectData(Main *bmain, double motionSampleTime) override;
 };
-
-#endif /* __USD_READER_LIGHT_H__ */

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to