author | mickeyl <mickeyl> | 2005-01-30 13:38:06 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2005-01-30 13:38:06 (UTC) |
commit | aaeeee6c3ca2fdc93e5f05242ba096c3bab96d5a (patch) (unidiff) | |
tree | 203b6dcc74451a1f3360f87fdb889c013045b1a0 | |
parent | 2452e48bb55b9257059f22579a51b7a8cc44576a (diff) | |
download | opie-aaeeee6c3ca2fdc93e5f05242ba096c3bab96d5a.zip opie-aaeeee6c3ca2fdc93e5f05242ba096c3bab96d5a.tar.gz opie-aaeeee6c3ca2fdc93e5f05242ba096c3bab96d5a.tar.bz2 |
full path include
-rw-r--r-- | examples/networksettings/examplemodule.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/networksettings/examplemodule.h b/examples/networksettings/examplemodule.h index 211714b..317b0a9 100644 --- a/examples/networksettings/examplemodule.h +++ b/examples/networksettings/examplemodule.h | |||
@@ -1,7 +1,7 @@ | |||
1 | #ifndef OPIE_EXAMPLE_NETWORK_MODULE_H | 1 | #ifndef OPIE_EXAMPLE_NETWORK_MODULE_H |
2 | #define OPIE_EXAMPLE_NETWORK_MODULE_H | 2 | #define OPIE_EXAMPLE_NETWORK_MODULE_H |
3 | 3 | ||
4 | #include <module.h> | 4 | #include <interfaces/module.h> |
5 | 5 | ||
6 | class VirtualModule : Module { | 6 | class VirtualModule : Module { |
7 | 7 | ||