summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/pci_rename.h (renamed from src/trident_pci_rename.h)6
-rw-r--r--src/trident.h2
2 files changed, 4 insertions, 4 deletions
diff --git a/src/trident_pci_rename.h b/src/pci_rename.h
index 991273b..c8ebed7 100644
--- a/src/trident_pci_rename.h
+++ b/src/pci_rename.h
@@ -26,8 +26,8 @@
* library. The main purpose being to facilitate source code compatibility.
*/
-#ifndef TRIDENT_PCI_RENAME_H
-#define TRIDENT_PCI_RENAME_H
+#ifndef PCI_RENAME_H
+#define PCI_RENAME_H
enum region_type {
REGION_MEM,
@@ -119,4 +119,4 @@ typedef struct pci_device *pciVideoPtr;
#endif /* XSERVER_LIBPCIACCESS */
-#endif /* TRIDENT_PCI_RENAME_H */
+#endif /* PCI_RENAME_H */
diff --git a/src/trident.h b/src/trident.h
index 6f2ddc5..5cadf52 100644
--- a/src/trident.h
+++ b/src/trident.h
@@ -30,7 +30,7 @@
#include <string.h>
#include <math.h>
-#include "trident_pci_rename.h"
+#include "pci_rename.h"
#include "exa.h"
#include "xf86Cursor.h"