summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar Mathias Palm2013-02-10 20:09:14 +0100
committerGravatar Nikias Bassen2013-02-10 20:09:14 +0100
commit0b61fda9ab740a100f8f49f2bd0ed7468c79f55c (patch)
tree2e44dba1e85fbb6677c773c4a5f5f9f5ace7cbf6 /src
parentd3a53b82aa57f5090d95b69e6f567b06eb544df9 (diff)
downloadlibvformat-0b61fda9ab740a100f8f49f2bd0ed7468c79f55c.tar.gz
libvformat-0b61fda9ab740a100f8f49f2bd0ed7468c79f55c.tar.bz2
Copy common/types.h to vformat/vf_iface.h
Copy the content of common/types.h into vformat/vf_iface.h. Keep common/types.h because some files depends on it.
Diffstat (limited to 'src')
-rw-r--r--src/vf_access.c1
-rw-r--r--src/vf_access_calendar.c2
-rw-r--r--src/vf_access_wrappers.c1
-rw-r--r--src/vf_create_object.c1
-rw-r--r--src/vf_delete.c1
-rw-r--r--src/vf_malloc.c1
-rw-r--r--src/vf_malloc_stdlib.c2
-rw-r--r--src/vf_modified.c1
-rw-r--r--src/vf_parser.c1
-rw-r--r--src/vf_reader.c1
-rw-r--r--src/vf_search.c1
-rw-r--r--src/vf_string_arrays.c1
-rw-r--r--src/vf_strings.c1
-rw-r--r--src/vf_writer.c1
14 files changed, 0 insertions, 16 deletions
diff --git a/src/vf_access.c b/src/vf_access.c
index 7504150..5e28765 100644
--- a/src/vf_access.c
+++ b/src/vf_access.c
@@ -102,7 +102,6 @@ static const char vf_access_c_vss_id[] = "$Header: /cvsroot/vformat/src/vformat/
ANSI C & System-wide Header Files
*============================================================================*/
-#include <common/types.h>
/*===========================================================================*
Interface Header Files
diff --git a/src/vf_access_calendar.c b/src/vf_access_calendar.c
index 159c432..dbc8b74 100644
--- a/src/vf_access_calendar.c
+++ b/src/vf_access_calendar.c
@@ -52,8 +52,6 @@ static const char vf_access_calendar_c_vss_id[] = "$Header: /cvsroot/vformat/src
ANSI C & System-wide Header Files
*============================================================================*/
-#include <common/types.h>
-
#include <time.h>
#include <stdio.h>
#include <ctype.h>
diff --git a/src/vf_access_wrappers.c b/src/vf_access_wrappers.c
index 2eea457..ac889dc 100644
--- a/src/vf_access_wrappers.c
+++ b/src/vf_access_wrappers.c
@@ -79,7 +79,6 @@ static const char vf_access_wrappers_c_vss_id[] = "$Header: /cvsroot/vformat/src
ANSI C & System-wide Header Files
*============================================================================*/
-#include <common/types.h>
/*===========================================================================*
Interface Header Files
diff --git a/src/vf_create_object.c b/src/vf_create_object.c
index ab540b9..2dc4376 100644
--- a/src/vf_create_object.c
+++ b/src/vf_create_object.c
@@ -54,7 +54,6 @@ static const char vf_create_object_c_vss_id[] = "$Header: /cvsroot/vformat/src/v
ANSI C & System-wide Header Files
*===========================================================================*/
-#include <common/types.h>
/*===========================================================================*
Interface Header Files
diff --git a/src/vf_delete.c b/src/vf_delete.c
index d70b8e4..49fc9a4 100644
--- a/src/vf_delete.c
+++ b/src/vf_delete.c
@@ -70,7 +70,6 @@ static const char vf_delete_c_vss_id[] = "$Header: /cvsroot/vformat/src/vformat/
ANSI C & System-wide Header Files
*=============================================================================*/
-#include <common/types.h>
/*============================================================================*
Interface Header Files
diff --git a/src/vf_malloc.c b/src/vf_malloc.c
index ef405d9..4649a5f 100644
--- a/src/vf_malloc.c
+++ b/src/vf_malloc.c
@@ -64,7 +64,6 @@ static const char vf_malloc_c_vss_id[] = "$Header: /cvsroot/vformat/src/vformat/
ANSI C & System-wide Header Files
*============================================================================*/
-#include <common/types.h>
/*============================================================================*
Interface Header Files
diff --git a/src/vf_malloc_stdlib.c b/src/vf_malloc_stdlib.c
index 6318fa5..b592986 100644
--- a/src/vf_malloc_stdlib.c
+++ b/src/vf_malloc_stdlib.c
@@ -38,8 +38,6 @@ static const char vf_malloc_stdlib_c_vss_id[] = "$Header: /cvsroot/vformat/src/v
ANSI C & System-wide Header Files
*============================================================================*/
-#include <common/types.h>
-
#include <stdlib.h>
#include <stdio.h>
diff --git a/src/vf_modified.c b/src/vf_modified.c
index 427698a..7cd1a5a 100644
--- a/src/vf_modified.c
+++ b/src/vf_modified.c
@@ -43,7 +43,6 @@ static const char vf_modified_c_vss_id[] = "$Header: /cvsroot/vformat/src/vforma
ANSI C & System-wide Header Files
*============================================================================*/
-#include <common/types.h>
/*============================================================================*
Interface Header Files
diff --git a/src/vf_parser.c b/src/vf_parser.c
index bf7b789..2c7221c 100644
--- a/src/vf_parser.c
+++ b/src/vf_parser.c
@@ -94,7 +94,6 @@ static const char vf_parser_c_vss_id[] = "$Header: /cvsroot/vformat/src/vformat/
ANSI C & System-wide Header Files
*===========================================================================*/
-#include <common/types.h>
/*============================================================================*
Interface Header Files
diff --git a/src/vf_reader.c b/src/vf_reader.c
index 667279f..a48246c 100644
--- a/src/vf_reader.c
+++ b/src/vf_reader.c
@@ -84,7 +84,6 @@ static const char vf_reader_c_vss_id[] = "$Header: /cvsroot/vformat/src/vformat/
ANSI C & System-wide Header Files
*=============================================================================*/
-#include <common/types.h>
#include <stdio.h>
#include <sys/stat.h>
diff --git a/src/vf_search.c b/src/vf_search.c
index 71be484..e303eae 100644
--- a/src/vf_search.c
+++ b/src/vf_search.c
@@ -64,7 +64,6 @@ static const char vf_search_c_vss_id[] = "$Header: /cvsroot/vformat/src/vformat/
ANSI C & System-wide Header Files
*============================================================================*/
-#include <common/types.h>
/*===========================================================================*
Interface Header Files
diff --git a/src/vf_string_arrays.c b/src/vf_string_arrays.c
index eee27f4..3a5addd 100644
--- a/src/vf_string_arrays.c
+++ b/src/vf_string_arrays.c
@@ -43,7 +43,6 @@ static const char vf_string_arrays_c_vss_id[] = "$Header: /cvsroot/vformat/src/v
ANSI C & System-wide Header Files
*=============================================================================*/
-#include <common/types.h>
/*============================================================================*
Interface Header Files
diff --git a/src/vf_strings.c b/src/vf_strings.c
index 204a188..05a32fa 100644
--- a/src/vf_strings.c
+++ b/src/vf_strings.c
@@ -60,7 +60,6 @@ static const char vf_strings_c_vss_id[] = "$Header: /cvsroot/vformat/src/vformat
ANSI C & System-wide Header Files
*=============================================================================*/
-#include <common/types.h>
#include <ctype.h>
#include <string.h>
diff --git a/src/vf_writer.c b/src/vf_writer.c
index ef3298a..29b83b5 100644
--- a/src/vf_writer.c
+++ b/src/vf_writer.c
@@ -68,7 +68,6 @@ static const char vf_writer_c_vss_id[] = "$Header: /cvsroot/vformat/src/vformat/
ANSI C & System-wide Header Files
*=============================================================================*/
-#include <common/types.h>
#include <stdio.h>
#include <ctype.h>