Browse Source

Rename "include/CgRPC.h" to "cgrpc.h".

This is actually only a symlink to "shim/cgrpc.h", so I figured it would make sense to have both names in a consistent case.
Daniel Alm 7 years ago
parent
commit
9fb829e942
2 changed files with 1 additions and 1 deletions
  1. 0 0
      Sources/CgRPC/include/cgrpc.h
  2. 1 1
      Sources/CgRPC/include/module.modulemap

+ 0 - 0
Sources/CgRPC/include/CgRPC.h → Sources/CgRPC/include/cgrpc.h


+ 1 - 1
Sources/CgRPC/include/module.modulemap

@@ -1,4 +1,4 @@
 module CgRPC {
-    header "CgRPC.h"
+    header "cgrpc.h"
     export *
 }