fixed header for 3rd party apps
authorChristoph Junghans <junghans@votca.org>
Wed, 10 Oct 2012 15:41:58 +0000 (17:41 +0200)
committerChristoph Junghans <junghans@votca.org>
Wed, 10 Oct 2012 15:41:58 +0000 (17:41 +0200)
Change-Id: Iaeb900134bfd5cdba2584c256ba04e0208f9ee84

include/types/hw_info.h
include/types/ifunc.h

index 1d04f60f1c0f1a8d58870b24fc233eb626b799fb..179b669beea0fb51e17ba7633e31b53ddf47dc92 100644 (file)
@@ -22,9 +22,9 @@
 #ifndef HWINFO_H
 #define HWINFO_H
 
-#include "types/simple.h"
-#include "types/nbnxn_cuda_types_ext.h"
-#include "gmx_cpuid.h"
+#include "simple.h"
+#include "nbnxn_cuda_types_ext.h"
+#include "../gmx_cpuid.h"
 
 #ifdef __cplusplus
 extern "C" {
index 503e53d1765bcc02d7c976431a72cb4366575c2f..0e953dfcb441eec28463bb7907c0793f4257c49f 100644 (file)
 #ifndef _ifunc_h
 #define _ifunc_h
 
-#include "types/idef.h"
-#include "types/mdatom.h"
-#include "types/fcdata.h"
-#include "types/graph.h"
-#include "types/pbc.h"
+#include "idef.h"
+#include "mdatom.h"
+#include "fcdata.h"
+#include "graph.h"
+#include "pbc.h"
 
 #ifdef __cplusplus
 extern "C" {