]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/DiskIO/IpcIo/IpcIoIOStrategy.h
Maintenance: automate header guards 2/3 (#1655)
[thirdparty/squid.git] / src / DiskIO / IpcIo / IpcIoIOStrategy.h
index 9433f897390e5e2338f7d4be1dad8d3f5b864884..7c7a3f62899293e889e5284442a31b885b8d5240 100644 (file)
@@ -6,8 +6,8 @@
  * Please see the COPYING and CONTRIBUTORS files for details.
  */
 
-#ifndef SQUID_IPC_IOIOSTRATEGY_H
-#define SQUID_IPC_IOIOSTRATEGY_H
+#ifndef SQUID_SRC_DISKIO_IPCIO_IPCIOIOSTRATEGY_H
+#define SQUID_SRC_DISKIO_IPCIO_IPCIOIOSTRATEGY_H
 #include "DiskIO/DiskIOStrategy.h"
 
 class IpcIoIOStrategy : public DiskIOStrategy
@@ -21,5 +21,5 @@ public:
     void unlinkFile (char const *) override;
 };
 
-#endif /* SQUID_IPC_IOIOSTRATEGY_H */
+#endif /* SQUID_SRC_DISKIO_IPCIO_IPCIOIOSTRATEGY_H */