diff options
author | Daniel Burrows <dburrows@debian.org> | 2007-11-12 09:24:02 -0800 |
---|---|---|
committer | Daniel Burrows <dburrows@debian.org> | 2007-11-12 09:24:02 -0800 |
commit | 0e977204b7a28d144c5f93c0f2ed38a7e81b69c5 (patch) | |
tree | 592151b6087ad1c5523b82d36f27b63bffa56dc1 /src/download_screen.cc | |
parent | e9ad7cc79c03420555008dd99c7a5c7e069b8036 (diff) | |
download | aptitude-0e977204b7a28d144c5f93c0f2ed38a7e81b69c5.tar.gz |
Further cwidget transitions: change #include <vscreen/vs_*> to #include <cwidget/widgets/*>.
The tree is now broken and will remain broken until the transition completes.
Diffstat (limited to 'src/download_screen.cc')
-rw-r--r-- | src/download_screen.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/download_screen.cc b/src/download_screen.cc index c22e8a1f..3435605d 100644 --- a/src/download_screen.cc +++ b/src/download_screen.cc @@ -33,7 +33,7 @@ #include <vscreen/transcode.h> #include <vscreen/vscreen.h> -#include <vscreen/vs_util.h> +#include <cwidget/widgets/util.h> #include <sigc++/adaptors/bind.h> #include <sigc++/functors/ptr_fun.h> |