Skip to content

Commit

Permalink
remove self reference in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
maxklenk committed Jan 29, 2021
1 parent 99f211a commit 10bcd1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/StomtPlugin/StomtPlugin.Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public StomtPlugin(ReadOnlyTargetRules ROTargetRules) : base(ROTargetRules)
PrivateIncludePaths.AddRange(new string[] { "StomtPlugin/Private" });
PublicIncludePaths.AddRange(new string[] { "StomtPlugin/Public" });

PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "Engine", "InputCore", "HTTP", "Json", "StomtPlugin", "UMG", "Slate", "SlateCore", "ImageWrapper" });
PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "Engine", "InputCore", "HTTP", "Json", "UMG", "Slate", "SlateCore", "ImageWrapper" });
PrivateDependencyModuleNames.AddRange(new string[] { "Slate", "SlateCore", "UMG" });
}
}

0 comments on commit 10bcd1c

Please sign in to comment.