~larsu/indicator-messages/add-title

« back to all changes in this revision

Viewing changes to test/test-gactionmuxer.cpp

  • Committer: Tarmac
  • Author(s): Lars Uebernickel
  • Date: 2013-08-28 17:47:38 UTC
  • mfrom: (365.3.1 trunk)
  • Revision ID: tarmac-20130828174738-f30aw3wwb7bwzd3c
Remove app-section.[ch], it's not used anymore.

Approved by Ted Gould, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#include <gtest/gtest.h>
23
23
 
24
24
extern "C" {
25
 
#include "app-section.h"
26
25
#include "gactionmuxer.h"
27
26
}
28
27