diff options
author | Senko Rasic <senko@phyrexia.lan> | 2008-09-17 22:39:22 +0200 |
---|---|---|
committer | Senko Rasic <senko@phyrexia.lan> | 2008-09-17 22:39:22 +0200 |
commit | 9194777ca91fd8c227499e02f4f87af3a4a5c3ee (patch) | |
tree | a9f3cd52902d781739eddf2e545e955bc1954ac8 /src/jingle-content.c | |
parent | 565a5b196a1e006834446fbe4f57bd88636b68fe (diff) | |
download | telepathy-gabble-9194777ca91fd8c227499e02f4f87af3a4a5c3ee.tar.gz |
Updated new jingle code to new file naming scheme without gabble- prefix
Diffstat (limited to 'src/jingle-content.c')
-rw-r--r-- | src/jingle-content.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jingle-content.c b/src/jingle-content.c index 93bb1920e..8d6decd4e 100644 --- a/src/jingle-content.c +++ b/src/jingle-content.c @@ -29,7 +29,7 @@ #define DEBUG_FLAG GABBLE_DEBUG_MEDIA #include "debug.h" -#include "gabble-connection.h" +#include "connection.h" #include "util.h" #include "namespaces.h" #include "jingle-factory.h" |