summaryrefslogtreecommitdiff
path: root/src/util/win32/path_w32.h
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2021-11-08 22:04:51 -0500
committerEdward Thomson <ethomson@edwardthomson.com>2021-11-11 23:37:51 -0500
commite491c6e7e4c6bceb3e5b5455e5e99effb8991026 (patch)
tree42966a38a78883050fd5e8c2ebb99cac893a1dd8 /src/util/win32/path_w32.h
parent538e4610bee6a91e468a8dbe4530bb7446243491 (diff)
downloadlibgit2-e491c6e7e4c6bceb3e5b5455e5e99effb8991026.tar.gz
refactor: make util an object libraryethomson/util5
Instead of simply including the utility files directly, make them a cmake object library for easy reusability between other projects within libgit2.
Diffstat (limited to 'src/util/win32/path_w32.h')
-rw-r--r--src/util/win32/path_w32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/win32/path_w32.h b/src/util/win32/path_w32.h
index 4fadf8d08..3ec603851 100644
--- a/src/util/win32/path_w32.h
+++ b/src/util/win32/path_w32.h
@@ -7,7 +7,7 @@
#ifndef INCLUDE_win32_path_w32_h__
#define INCLUDE_win32_path_w32_h__
-#include "common.h"
+#include "git2_util.h"
/**
* Create a Win32 path (in UCS-2 format) from a UTF-8 string. If the given