diff options
author | Jakob Kaivo <jkk@ung.org> | 2020-08-15 15:19:30 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2020-08-15 15:19:30 -0400 |
commit | a1d9e3a97a124a6164c8cb3f84af505fc42f0eca (patch) | |
tree | a83a8fe2661c7a5b3eefba0e00f62e6247da4780 /src/wctype | |
parent | f5b6b6ee21095e7adb6e8402d196715f9f791a87 (diff) |
remove unnecessary ..
Diffstat (limited to 'src/wctype')
-rw-r--r-- | src/wctype/_wctype.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wctype/_wctype.h b/src/wctype/_wctype.h index feb23dc0..cbfccfb4 100644 --- a/src/wctype/_wctype.h +++ b/src/wctype/_wctype.h @@ -1 +1 @@ -#include "../ctype/_ctype.h" +#include "ctype/_ctype.h" |