diff options
author | Steinar H. Gunderson <sesse@google.com> | 2015-06-22 15:39:08 +0200 |
---|---|---|
committer | Steinar H. Gunderson <sesse@google.com> | 2015-06-22 15:39:08 +0200 |
commit | 22acaf438ed93ab21a2ff1919d173206798b996e (patch) | |
tree | 517a4585420fa1599ef25540333c016f0b6c640f /snappy-stubs-public.h.in | |
parent | 1ff9be9b8fafc8528ca9e055646f5932aa5db9c4 (diff) | |
download | snappy-22acaf438ed93ab21a2ff1919d173206798b996e.tar.gz snappy-22acaf438ed93ab21a2ff1919d173206798b996e.tar.bz2 snappy-22acaf438ed93ab21a2ff1919d173206798b996e.zip |
Change some internal path names.
This is mostly to sync up with some changes from Google's internal
repositories; it does not affect the open-source distribution in itself.
Diffstat (limited to 'snappy-stubs-public.h.in')
-rw-r--r-- | snappy-stubs-public.h.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/snappy-stubs-public.h.in b/snappy-stubs-public.h.in index 6c181a1..ebe676c 100644 --- a/snappy-stubs-public.h.in +++ b/snappy-stubs-public.h.in @@ -33,8 +33,8 @@ // which is a public header. Instead, snappy-stubs-public.h is generated by // from snappy-stubs-public.h.in at configure time. -#ifndef UTIL_SNAPPY_OPENSOURCE_SNAPPY_STUBS_PUBLIC_H_ -#define UTIL_SNAPPY_OPENSOURCE_SNAPPY_STUBS_PUBLIC_H_ +#ifndef THIRD_PARTY_SNAPPY_OPENSOURCE_SNAPPY_STUBS_PUBLIC_H_ +#define THIRD_PARTY_SNAPPY_OPENSOURCE_SNAPPY_STUBS_PUBLIC_H_ #if @ac_cv_have_stdint_h@ #include <stdint.h> @@ -95,4 +95,4 @@ struct iovec { } // namespace snappy -#endif // UTIL_SNAPPY_OPENSOURCE_SNAPPY_STUBS_PUBLIC_H_ +#endif // THIRD_PARTY_SNAPPY_OPENSOURCE_SNAPPY_STUBS_PUBLIC_H_ |