Skip to content

Commit

Permalink
Hd: Fix umbrella header, delete unit test gunk.
Browse files Browse the repository at this point in the history
  • Loading branch information
furby-tm committed Aug 6, 2024
1 parent 81a50ef commit 8f5ef36
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 3,706 deletions.
20 changes: 6 additions & 14 deletions Sources/Hd/include/Hd/Hd.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
#ifndef __PXR_IMAGING_HD_HD_H__
#define __PXR_IMAGING_HD_HD_H__
#ifndef __PXR_IMAGING_HD_H__
#define __PXR_IMAGING_HD_H__

// hd
#include <Hd/aov.h>
// Hd
#include <Hd/api.h>

#include <Hd/aov.h>
#include <Hd/basisCurves.h>
#include <Hd/basisCurvesSchema.h>
#include <Hd/basisCurvesTopology.h>
Expand Down Expand Up @@ -163,10 +164,6 @@
#include <Hd/tokens.h>
#include <Hd/topology.h>
#include <Hd/types.h>
#include <Hd/unitTestDelegate.h>
#include <Hd/unitTestHelper.h>
#include <Hd/unitTestNullRenderDelegate.h>
#include <Hd/unitTestNullRenderPass.h>
#include <Hd/utils.h>
#include <Hd/vectorSchema.h>
#include <Hd/vectorSchemaTypeDefs.h>
Expand All @@ -178,12 +175,6 @@
#include <Hd/volumeFieldSchema.h>
#include <Hd/vtBufferSource.h>
#include <Hd/xformSchema.h>

#endif // __PXR_IMAGING_HD_HD_H__
#ifndef __PXR_IMAGING_HD_H__
#define __PXR_IMAGING_HD_H__

// Hd
#include <Hd/collectionExpressionEvaluator.h>
#include <Hd/collectionPredicateLibrary.h>
#include <Hd/collectionSchema.h>
Expand All @@ -202,4 +193,5 @@
#include <Hd/systemMessages.h>
#include <Hd/tetMeshSchema.h>
#include <Hd/tetMeshTopologySchema.h>

#endif // __PXR_IMAGING_HD_H__
Loading

0 comments on commit 8f5ef36

Please sign in to comment.