diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-22 17:54:06 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-31 17:45:28 +0900 |
commit | cbc2d4043b4faa1c3e1c1d33155a1d203c5c626d (patch) | |
tree | 6c78865f6b83eda102de2b8a8be1516e5cc7b437 | |
parent | 4631d9e47b1200fcbbd4caac91366bd40fee365c (diff) | |
download | sip4-tqt-cbc2d4043b4faa1c3e1c1d33155a1d203c5c626d.tar.gz sip4-tqt-cbc2d4043b4faa1c3e1c1d33155a1d203c5c626d.zip |
Don't explicetly include tqt.h anymore
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | sipgen/sip.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sipgen/sip.h b/sipgen/sip.h index 905f319..7ca369a 100644 --- a/sipgen/sip.h +++ b/sipgen/sip.h @@ -23,8 +23,6 @@ #include <stdio.h> #include <sys/types.h> -#include <tqt.h> - #ifdef TRUE #undef TRUE #endif |