File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ file(GLOB AWS_INTERNAL_HEADERS "include/aws/core/internal/*.h")
5151file (GLOB NET_HEADERS "include/aws/core/net/*.h" )
5252file (GLOB HTTP_HEADERS "include/aws/core/http/*.h" )
5353file (GLOB HTTP_STANDARD_HEADERS "include/aws/core/http/standard/*.h" )
54- file (GLOB HTTP_INTERCEPTOR_HEADERS "include/aws/core/http/interceptor/*.h" )
54+ file (GLOB HTTP_INTERCEPTOR_HEADERS "include/aws/core/http/interceptor/*.h" )
5555file (GLOB CONFIG_HEADERS "include/aws/core/config/*.h" )
5656file (GLOB CONFIG_DEFAULTS_HEADERS "include/aws/core/config/defaults/*.h" )
5757file (GLOB ENDPOINT_HEADERS "include/aws/core/endpoint/*.h" )
@@ -470,7 +470,6 @@ if(MSVC)
470470 source_group ("Source Files\\ net\\ windows" FILES ${NET_SOURCE} )
471471 source_group ("Source Files\\ http" FILES ${HTTP_SOURCE} )
472472 source_group ("Source Files\\ http\\ standard" FILES ${HTTP_STANDARD_SOURCE} )
473-
474473 source_group ("Source Files\\ http\\ interceptor" FILES ${HTTP_INTERCEPTOR_SOURCE} )
475474 source_group ("Source Files\\ config" FILES ${CONFIG_SOURCE} )
476475 source_group ("Source Files\\ config\\ defaults" FILES ${CONFIG_DEFAULTS_SOURCE} )
You can’t perform that action at this time.
0 commit comments